| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
HistogramConfiguration |
HistogramConfiguration.clone() |
HistogramConfiguration |
HistogramVisual.getChartConfiguration()
The configuration for a
HistogramVisual. |
HistogramConfiguration |
HistogramConfiguration.withBinOptions(HistogramBinOptions binOptions)
The options that determine the presentation of histogram bins.
|
HistogramConfiguration |
HistogramConfiguration.withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a histogram.
|
HistogramConfiguration |
HistogramConfiguration.withFieldWells(HistogramFieldWells fieldWells)
The field well configuration of a histogram.
|
HistogramConfiguration |
HistogramConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip configuration of a histogram.
|
HistogramConfiguration |
HistogramConfiguration.withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a histogram.
|
HistogramConfiguration |
HistogramConfiguration.withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
HistogramConfiguration |
HistogramConfiguration.withXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
|
HistogramConfiguration |
HistogramConfiguration.withYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistogramVisual.setChartConfiguration(HistogramConfiguration chartConfiguration)
The configuration for a
HistogramVisual. |
HistogramVisual |
HistogramVisual.withChartConfiguration(HistogramConfiguration chartConfiguration)
The configuration for a
HistogramVisual. |
Copyright © 2023. All rights reserved.