Interface CfnDashboard.IWaterfallChartConfigurationProperty
The configuration for a waterfall visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWaterfallChartConfigurationProperty
Syntax (vb)
Public Interface IWaterfallChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
Category |
The options that determine the presentation of the category axis. |
Category |
The options that determine the presentation of the category axis label. |
Color |
The color configuration of a waterfall visual. |
Data |
The data label configuration of a waterfall visual. |
Field |
The field well configuration of a waterfall visual. |
Legend | The legend configuration of a waterfall visual. |
Primary |
The options that determine the presentation of the y-axis. |
Primary |
The options that determine the presentation of the y-axis label. |
Sort |
The sort configuration of a waterfall visual. |
Visual |
The visual palette configuration of a waterfall visual. |
Waterfall |
The options that determine the presentation of a waterfall visual. |
Properties
CategoryAxisDisplayOptions
The options that determine the presentation of the category axis.
virtual object CategoryAxisDisplayOptions { get; }
Property Value
System.
Remarks
CategoryAxisLabelOptions
The options that determine the presentation of the category axis label.
virtual object CategoryAxisLabelOptions { get; }
Property Value
System.
Remarks
ColorConfiguration
The color configuration of a waterfall visual.
virtual object ColorConfiguration { get; }
Property Value
System.
Remarks
DataLabels
The data label configuration of a waterfall visual.
virtual object DataLabels { get; }
Property Value
System.
Remarks
FieldWells
The field well configuration of a waterfall visual.
virtual object FieldWells { get; }
Property Value
System.
Remarks
Legend
The legend configuration of a waterfall visual.
virtual object Legend { get; }
Property Value
System.
Remarks
PrimaryYAxisDisplayOptions
The options that determine the presentation of the y-axis.
virtual object PrimaryYAxisDisplayOptions { get; }
Property Value
System.
Remarks
PrimaryYAxisLabelOptions
The options that determine the presentation of the y-axis label.
virtual object PrimaryYAxisLabelOptions { get; }
Property Value
System.
Remarks
SortConfiguration
The sort configuration of a waterfall visual.
virtual object SortConfiguration { get; }
Property Value
System.
Remarks
VisualPalette
The visual palette configuration of a waterfall visual.
virtual object VisualPalette { get; }
Property Value
System.
Remarks
WaterfallChartOptions
The options that determine the presentation of a waterfall visual.
virtual object WaterfallChartOptions { get; }
Property Value
System.