Class CfnAnalysisPropsMixin.FunnelChartAggregatedFieldWellsProperty
The field well configuration of a FunnelChartVisual .
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.FunnelChartAggregatedFieldWellsProperty : CfnAnalysisPropsMixin.IFunnelChartAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.FunnelChartAggregatedFieldWellsProperty Implements CfnAnalysisPropsMixin.IFunnelChartAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| FunnelChartAggregatedFieldWellsProperty() | The field well configuration of a |
Properties
| Category | The category field wells of a funnel chart. |
| Values | The value field wells of a funnel chart. |
Constructors
FunnelChartAggregatedFieldWellsProperty()
The field well configuration of a FunnelChartVisual .
public FunnelChartAggregatedFieldWellsProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
Category
The category field wells of a funnel chart.
public object? Category { get; set; }
Property Value
Remarks
Values are grouped by category fields.
Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IDimensionFieldProperty)[]
Values
The value field wells of a funnel chart.
public object? Values { get; set; }
Property Value
Remarks
Values are aggregated based on categories.
Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IMeasureFieldProperty)[]