Interface CfnDashboard.BoxPlotChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.BoxPlotChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.BoxPlotChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
BoxPlotVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.BoxPlotChartConfigurationProperty
static final class
An implementation forCfnDashboard.BoxPlotChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The box plot chart options for a box plot visual.default Object
The label display options (grid line, range, scale, axis step) of a box plot category.default Object
The label options (label text, label visibility and sort Icon visibility) of a box plot category.default Object
The field wells of the visual.default Object
default Object
The label display options (grid line, range, scale, axis step) of a box plot category.default Object
The label options (label text, label visibility and sort icon visibility) of a box plot value.default Object
The reference line setup of the visual.default Object
The sort configuration of aBoxPlotVisual
.default Object
The tooltip display setup of the visual.default Object
The palette (chart color) display setup of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBoxPlotOptions
The box plot chart options for a box plot visual.- See Also:
-
getCategoryAxis
The label display options (grid line, range, scale, axis step) of a box plot category.- See Also:
-
getCategoryLabelOptions
The label options (label text, label visibility and sort Icon visibility) of a box plot category.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getLegend
- See Also:
-
getPrimaryYAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.- See Also:
-
getPrimaryYAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) of a box plot value.- See Also:
-
getReferenceLines
The reference line setup of the visual.- See Also:
-
getSortConfiguration
The sort configuration of aBoxPlotVisual
.- See Also:
-
getTooltip
The tooltip display setup of the visual.- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.- See Also:
-
builder
-