Interface CfnDashboard.WaterfallChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.WaterfallChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
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 general visual interactions setup for a 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.Returns union: either
IResolvableorCfnDashboard.AxisDisplayOptionsProperty- See Also:
-
getCategoryAxisLabelOptions
The options that determine the presentation of the category axis label.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- See Also:
-
getColorConfiguration
The color configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboard.WaterfallChartColorConfigurationProperty- See Also:
-
getDataLabels
The data label configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboard.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field well configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboard.WaterfallChartFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboard.LegendOptionsProperty- See Also:
-
getPrimaryYAxisDisplayOptions
The options that determine the presentation of the y-axis.Returns union: either
IResolvableorCfnDashboard.AxisDisplayOptionsProperty- See Also:
-
getPrimaryYAxisLabelOptions
The options that determine the presentation of the y-axis label.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboard.WaterfallChartSortConfigurationProperty- See Also:
-
getVisualPalette
The visual palette configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboard.VisualPaletteProperty- See Also:
-
getWaterfallChartOptions
The options that determine the presentation of a waterfall visual.Returns union: either
IResolvableorCfnDashboard.WaterfallChartOptionsProperty- See Also:
-
builder
-