Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.clone() |
BoxPlotChartConfiguration |
BoxPlotVisual.getChartConfiguration()
The configuration settings of the visual.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withBoxPlotOptions(BoxPlotOptions boxPlotOptions)
The box plot chart options for a box plot visual
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withCategoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withFieldWells(BoxPlotFieldWells fieldWells)
The field wells of the visual.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withLegend(LegendOptions legend) |
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withReferenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withSortConfiguration(BoxPlotSortConfiguration sortConfiguration)
The sort configuration of a
BoxPlotVisual . |
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
Modifier and Type | Method and Description |
---|---|
void |
BoxPlotVisual.setChartConfiguration(BoxPlotChartConfiguration chartConfiguration)
The configuration settings of the visual.
|
BoxPlotVisual |
BoxPlotVisual.withChartConfiguration(BoxPlotChartConfiguration chartConfiguration)
The configuration settings of the visual.
|
Copyright © 2023. All rights reserved.