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