Interface CfnTemplatePropsMixin.IWaterfallChartAggregatedFieldWellsProperty
The field well configuration of a waterfall visual.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IWaterfallChartAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IWaterfallChartAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
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. |
Properties
Breakdowns
The breakdown field wells of a waterfall visual.
object? Breakdowns { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty)[]
Categories
The category field wells of a waterfall visual.
object? Categories { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty)[]
Values
The value field wells of a waterfall visual.
object? Values { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IMeasureFieldProperty)[]