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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.WaterfallChartConfigurationProperty
static final class
An implementation forCfnAnalysis.WaterfallChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The options that determine the presentation of the category axis.default Object
The options that determine the presentation of the category axis label.default Object
The color configuration of a waterfall visual.default Object
The data label configuration of a waterfall visual.default Object
The field well configuration of a waterfall visual.default Object
The legend configuration of a waterfall visual.default Object
The options that determine the presentation of the y-axis.default Object
The options that determine the presentation of the y-axis label.default Object
The sort configuration of a waterfall visual.default Object
The visual palette configuration of a waterfall visual.default Object
The 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
-