Class CfnDashboardPropsMixin.WaterfallChartConfigurationProperty
The configuration for a waterfall visual.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.WaterfallChartConfigurationProperty : CfnDashboardPropsMixin.IWaterfallChartConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.WaterfallChartConfigurationProperty Implements CfnDashboardPropsMixin.IWaterfallChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| WaterfallChartConfigurationProperty() | The configuration for a waterfall visual. |
Properties
| CategoryAxisDisplayOptions | The options that determine the presentation of the category axis. |
| CategoryAxisLabelOptions | The options that determine the presentation of the category axis label. |
| ColorConfiguration | The color configuration of a waterfall visual. |
| DataLabels | The data label configuration of a waterfall visual. |
| FieldWells | The field well configuration of a waterfall visual. |
| Interactions | The general visual interactions setup for a visual. |
| Legend | The legend configuration of a waterfall visual. |
| PrimaryYAxisDisplayOptions | The options that determine the presentation of the y-axis. |
| PrimaryYAxisLabelOptions | The options that determine the presentation of the y-axis label. |
| SortConfiguration | The sort configuration of a waterfall visual. |
| VisualPalette | The visual palette configuration of a waterfall visual. |
| WaterfallChartOptions | The options that determine the presentation of a waterfall visual. |
Constructors
WaterfallChartConfigurationProperty()
The configuration for a waterfall visual.
public WaterfallChartConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
CategoryAxisDisplayOptions
The options that determine the presentation of the category axis.
public object? CategoryAxisDisplayOptions { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IAxisDisplayOptionsProperty
CategoryAxisLabelOptions
The options that determine the presentation of the category axis label.
public object? CategoryAxisLabelOptions { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IChartAxisLabelOptionsProperty
ColorConfiguration
The color configuration of a waterfall visual.
public object? ColorConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IWaterfallChartColorConfigurationProperty
DataLabels
The data label configuration of a waterfall visual.
public object? DataLabels { get; set; }
Property Value
Remarks
FieldWells
The field well configuration of a waterfall visual.
public object? FieldWells { get; set; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }
Property Value
Remarks
Legend
The legend configuration of a waterfall visual.
public object? Legend { get; set; }
Property Value
Remarks
PrimaryYAxisDisplayOptions
The options that determine the presentation of the y-axis.
public object? PrimaryYAxisDisplayOptions { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IAxisDisplayOptionsProperty
PrimaryYAxisLabelOptions
The options that determine the presentation of the y-axis label.
public object? PrimaryYAxisLabelOptions { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IChartAxisLabelOptionsProperty
SortConfiguration
The sort configuration of a waterfall visual.
public object? SortConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IWaterfallChartSortConfigurationProperty
VisualPalette
The visual palette configuration of a waterfall visual.
public object? VisualPalette { get; set; }
Property Value
Remarks
WaterfallChartOptions
The options that determine the presentation of a waterfall visual.
public object? WaterfallChartOptions { get; set; }