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