Interface CfnDashboard.HistogramConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.HistogramConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.HistogramConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a
HistogramVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.HistogramConfigurationPropertystatic final classAn implementation forCfnDashboard.HistogramConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe options that determine the presentation of histogram bins.default ObjectThe data label configuration of a histogram.default ObjectThe field well configuration of a histogram.default ObjectThe tooltip configuration of a histogram.default ObjectThe visual palette configuration of a histogram.default ObjectThe options that determine the presentation of the x-axis.default ObjectThe options that determine the presentation of the x-axis label.default ObjectThe options that determine the presentation of the y-axis.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBinOptions
The options that determine the presentation of histogram bins.- See Also:
-
getDataLabels
The data label configuration of a histogram.- See Also:
-
getFieldWells
The field well configuration of a histogram.- See Also:
-
getTooltip
The tooltip configuration of a histogram.- See Also:
-
getVisualPalette
The visual palette configuration of a histogram.- See Also:
-
getXAxisDisplayOptions
The options that determine the presentation of the x-axis.- See Also:
-
getXAxisLabelOptions
The options that determine the presentation of the x-axis label.- See Also:
-
getYAxisDisplayOptions
The options that determine the presentation of the y-axis.- See Also:
-
builder
-