Interface CfnDashboardPropsMixin.WaterfallChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.WaterfallChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboardPropsMixin.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
IResolvableorCfnDashboardPropsMixin.AxisDisplayOptionsProperty- See Also:
-
getCategoryAxisLabelOptions
The options that determine the presentation of the category axis label.Returns union: either
IResolvableorCfnDashboardPropsMixin.ChartAxisLabelOptionsProperty- See Also:
-
getColorConfiguration
The color configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.WaterfallChartColorConfigurationProperty- See Also:
-
getDataLabels
The data label configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field well configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.WaterfallChartFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.LegendOptionsProperty- See Also:
-
getPrimaryYAxisDisplayOptions
The options that determine the presentation of the y-axis.Returns union: either
IResolvableorCfnDashboardPropsMixin.AxisDisplayOptionsProperty- See Also:
-
getPrimaryYAxisLabelOptions
The options that determine the presentation of the y-axis label.Returns union: either
IResolvableorCfnDashboardPropsMixin.ChartAxisLabelOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.WaterfallChartSortConfigurationProperty- See Also:
-
getVisualPalette
The visual palette configuration of a waterfall visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.VisualPaletteProperty- See Also:
-
getWaterfallChartOptions
The options that determine the presentation of a waterfall visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.WaterfallChartOptionsProperty- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.WaterfallChartConfigurationProperty.Builder builder()
-