| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
LegendOptions |
LegendOptions.clone() |
LegendOptions |
ComboChartConfiguration.getLegend()
The legend display setup of the visual.
|
LegendOptions |
ScatterPlotConfiguration.getLegend()
The legend display setup of the visual.
|
LegendOptions |
FilledMapConfiguration.getLegend()
The legend display setup of the visual.
|
LegendOptions |
GeospatialMapConfiguration.getLegend()
The legend display setup of the visual.
|
LegendOptions |
TreeMapConfiguration.getLegend()
The legend display setup of the visual.
|
LegendOptions |
HeatMapConfiguration.getLegend()
The legend display setup of the visual.
|
LegendOptions |
LineChartConfiguration.getLegend()
The legend configuration of a line chart.
|
LegendOptions |
PieChartConfiguration.getLegend()
The legend display setup of the visual.
|
LegendOptions |
BarChartConfiguration.getLegend()
The legend display setup of the visual.
|
LegendOptions |
BoxPlotChartConfiguration.getLegend() |
LegendOptions |
WaterfallChartConfiguration.getLegend()
The legend configuration of a waterfall visual.
|
LegendOptions |
LegendOptions.withHeight(String height)
The height of the legend.
|
LegendOptions |
LegendOptions.withPosition(LegendPosition position)
The positions for the legend.
|
LegendOptions |
LegendOptions.withPosition(String position)
The positions for the legend.
|
LegendOptions |
LegendOptions.withTitle(LabelOptions title)
The custom title for the legend.
|
LegendOptions |
LegendOptions.withVisibility(String visibility)
Determines whether or not the legend is visible.
|
LegendOptions |
LegendOptions.withVisibility(Visibility visibility)
Determines whether or not the legend is visible.
|
LegendOptions |
LegendOptions.withWidth(String width)
The width of the legend.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComboChartConfiguration.setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
ScatterPlotConfiguration.setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
FilledMapConfiguration.setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
GeospatialMapConfiguration.setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
TreeMapConfiguration.setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
HeatMapConfiguration.setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
LineChartConfiguration.setLegend(LegendOptions legend)
The legend configuration of a line chart.
|
void |
PieChartConfiguration.setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
BarChartConfiguration.setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
BoxPlotChartConfiguration.setLegend(LegendOptions legend) |
void |
WaterfallChartConfiguration.setLegend(LegendOptions legend)
The legend configuration of a waterfall visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
FilledMapConfiguration |
FilledMapConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
GeospatialMapConfiguration |
GeospatialMapConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
TreeMapConfiguration |
TreeMapConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
HeatMapConfiguration |
HeatMapConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
LineChartConfiguration |
LineChartConfiguration.withLegend(LegendOptions legend)
The legend configuration of a line chart.
|
PieChartConfiguration |
PieChartConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
BarChartConfiguration |
BarChartConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withLegend(LegendOptions legend) |
WaterfallChartConfiguration |
WaterfallChartConfiguration.withLegend(LegendOptions legend)
The legend configuration of a waterfall visual.
|
Copyright © 2023. All rights reserved.