Interface CfnDashboard.WaterfallChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.WaterfallChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.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 forCfnDashboard.WaterfallChartConfigurationPropertystatic final classAn implementation forCfnDashboard.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 color configuration of a waterfall visual.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:
-
getColorConfiguration
The color configuration of a waterfall visual.- 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
-