| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static LegendOptions.Builder |
LegendOptions.builder() |
LegendOptions.Builder |
LegendOptions.Builder.height(String height)
The height of the legend.
|
LegendOptions.Builder |
LegendOptions.Builder.position(LegendPosition position)
The positions for the legend.
|
LegendOptions.Builder |
LegendOptions.Builder.position(String position)
The positions for the legend.
|
default LegendOptions.Builder |
LegendOptions.Builder.title(Consumer<LabelOptions.Builder> title)
The custom title for the legend.
|
LegendOptions.Builder |
LegendOptions.Builder.title(LabelOptions title)
The custom title for the legend.
|
LegendOptions.Builder |
LegendOptions.toBuilder() |
LegendOptions.Builder |
LegendOptions.Builder.visibility(String visibility)
Determines whether or not the legend is visible.
|
LegendOptions.Builder |
LegendOptions.Builder.visibility(Visibility visibility)
Determines whether or not the legend is visible.
|
LegendOptions.Builder |
LegendOptions.Builder.width(String width)
The width of the legend.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LegendOptions.Builder> |
LegendOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
default PieChartConfiguration.Builder |
PieChartConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
default LineChartConfiguration.Builder |
LineChartConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend configuration of a line chart.
|
default BoxPlotChartConfiguration.Builder |
BoxPlotChartConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
Sets the value of the Legend property for this object.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
default WaterfallChartConfiguration.Builder |
WaterfallChartConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend configuration of a waterfall visual.
|
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
default FilledMapConfiguration.Builder |
FilledMapConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
default ComboChartConfiguration.Builder |
ComboChartConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
default BarChartConfiguration.Builder |
BarChartConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
default RadarChartConfiguration.Builder |
RadarChartConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
default GeospatialMapConfiguration.Builder |
GeospatialMapConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
Copyright © 2023. All rights reserved.