Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
WaterfallChartConfiguration |
WaterfallChartConfiguration.clone() |
WaterfallChartConfiguration |
WaterfallVisual.getChartConfiguration()
The configuration for a waterfall visual.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withCategoryAxisDisplayOptions(AxisDisplayOptions categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withCategoryAxisLabelOptions(ChartAxisLabelOptions categoryAxisLabelOptions)
The options that determine the presentation of the category axis label.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a waterfall visual.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withFieldWells(WaterfallChartFieldWells fieldWells)
The field well configuration of a waterfall visual.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withLegend(LegendOptions legend)
The legend configuration of a waterfall visual.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withSortConfiguration(WaterfallChartSortConfiguration sortConfiguration)
The sort configuration of a waterfall visual.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a waterfall visual.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withWaterfallChartOptions(WaterfallChartOptions waterfallChartOptions)
The options that determine the presentation of a waterfall visual.
|
Modifier and Type | Method and Description |
---|---|
void |
WaterfallVisual.setChartConfiguration(WaterfallChartConfiguration chartConfiguration)
The configuration for a waterfall visual.
|
WaterfallVisual |
WaterfallVisual.withChartConfiguration(WaterfallChartConfiguration chartConfiguration)
The configuration for a waterfall visual.
|
Copyright © 2023. All rights reserved.