Interface CfnAnalysis.HistogramConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.HistogramConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.HistogramConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a
HistogramVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.HistogramConfigurationProperty
static final class
An implementation forCfnAnalysis.HistogramConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The options that determine the presentation of histogram bins.default Object
The data label configuration of a histogram.default Object
The field well configuration of a histogram.default Object
The tooltip configuration of a histogram.default Object
The visual palette configuration of a histogram.default Object
The options that determine the presentation of the x-axis.default Object
The options that determine the presentation of the x-axis label.default Object
The 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
-