Class CfnDashboardPropsMixin.WaterfallChartAggregatedFieldWellsProperty
The field well configuration of a waterfall visual.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.WaterfallChartAggregatedFieldWellsProperty : CfnDashboardPropsMixin.IWaterfallChartAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.WaterfallChartAggregatedFieldWellsProperty Implements CfnDashboardPropsMixin.IWaterfallChartAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| WaterfallChartAggregatedFieldWellsProperty() | The field well configuration of a waterfall visual. |
Properties
| Breakdowns | The breakdown field wells of a waterfall visual. |
| Categories | The category field wells of a waterfall visual. |
| Values | The value field wells of a waterfall visual. |
Constructors
WaterfallChartAggregatedFieldWellsProperty()
The field well configuration of a waterfall visual.
public WaterfallChartAggregatedFieldWellsProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
Breakdowns
The breakdown field wells of a waterfall visual.
public object? Breakdowns { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]
Categories
The category field wells of a waterfall visual.
public object? Categories { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]
Values
The value field wells of a waterfall visual.
public object? Values { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty)[]