Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
BoxPlotOptions |
BoxPlotOptions.clone() |
BoxPlotOptions |
BoxPlotChartConfiguration.getBoxPlotOptions()
The box plot chart options for a box plot visual
|
BoxPlotOptions |
BoxPlotOptions.withAllDataPointsVisibility(String allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
|
BoxPlotOptions |
BoxPlotOptions.withAllDataPointsVisibility(Visibility allDataPointsVisibility)
Determines the visibility of all data points of the box plot.
|
BoxPlotOptions |
BoxPlotOptions.withOutlierVisibility(String outlierVisibility)
Determines the visibility of the outlier in a box plot.
|
BoxPlotOptions |
BoxPlotOptions.withOutlierVisibility(Visibility outlierVisibility)
Determines the visibility of the outlier in a box plot.
|
BoxPlotOptions |
BoxPlotOptions.withStyleOptions(BoxPlotStyleOptions styleOptions)
The style options of the box plot.
|
Modifier and Type | Method and Description |
---|---|
void |
BoxPlotChartConfiguration.setBoxPlotOptions(BoxPlotOptions boxPlotOptions)
The box plot chart options for a box plot visual
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withBoxPlotOptions(BoxPlotOptions boxPlotOptions)
The box plot chart options for a box plot visual
|
Copyright © 2023. All rights reserved.