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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.HistogramConfigurationPropertystatic final classAn implementation forCfnAnalysis.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 general visual interactions setup for a visual.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.Returns union: either
IResolvableorCfnAnalysis.HistogramBinOptionsProperty- See Also:
-
getDataLabels
The data label configuration of a histogram.Returns union: either
IResolvableorCfnAnalysis.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field well configuration of a histogram.Returns union: either
IResolvableorCfnAnalysis.HistogramFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- See Also:
-
getTooltip
The tooltip configuration of a histogram.Returns union: either
IResolvableorCfnAnalysis.TooltipOptionsProperty- See Also:
-
getVisualPalette
The visual palette configuration of a histogram.Returns union: either
IResolvableorCfnAnalysis.VisualPaletteProperty- See Also:
-
getXAxisDisplayOptions
The options that determine the presentation of the x-axis.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getXAxisLabelOptions
The options that determine the presentation of the x-axis label.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getYAxisDisplayOptions
The options that determine the presentation of the y-axis.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
builder
-