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