Interface CfnAnalysis.WaterfallChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.WaterfallChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.WaterfallChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a waterfall visual.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.WaterfallChartConfigurationPropertystatic final classAn implementation forCfnAnalysis.WaterfallChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe options that determine the presentation of the category axis.default ObjectThe options that determine the presentation of the category axis label.default ObjectThe data label configuration of a waterfall visual.default ObjectThe field well configuration of a waterfall visual.default ObjectThe legend configuration of a waterfall visual.default ObjectThe options that determine the presentation of the y-axis.default ObjectThe options that determine the presentation of the y-axis label.default ObjectThe sort configuration of a waterfall visual.default ObjectThe visual palette configuration of a waterfall visual.default ObjectThe options that determine the presentation of a waterfall visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategoryAxisDisplayOptions
The options that determine the presentation of the category axis.- See Also:
-
getCategoryAxisLabelOptions
The options that determine the presentation of the category axis label.- See Also:
-
getDataLabels
The data label configuration of a waterfall visual.- See Also:
-
getFieldWells
The field well configuration of a waterfall visual.- See Also:
-
getLegend
The legend configuration of a waterfall visual.- See Also:
-
getPrimaryYAxisDisplayOptions
The options that determine the presentation of the y-axis.- See Also:
-
getPrimaryYAxisLabelOptions
The options that determine the presentation of the y-axis label.- See Also:
-
getSortConfiguration
The sort configuration of a waterfall visual.- See Also:
-
getVisualPalette
The visual palette configuration of a waterfall visual.- See Also:
-
getWaterfallChartOptions
The options that determine the presentation of a waterfall visual.- See Also:
-
builder
-