Class CfnAnalysis.ComboChartFieldWellsProperty
The field wells of the visual.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.ComboChartFieldWellsProperty : CfnAnalysis.IComboChartFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysis.ComboChartFieldWellsProperty Implements CfnAnalysis.IComboChartFieldWellsProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Synopsis
Constructors
ComboChartFieldWellsProperty() | The field wells of the visual. |
Properties
ComboChartAggregatedFieldWells | The aggregated field wells of a combo chart. |
Constructors
ComboChartFieldWellsProperty()
The field wells of the visual.
public ComboChartFieldWellsProperty()
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Properties
ComboChartAggregatedFieldWells
The aggregated field wells of a combo chart.
public object? ComboChartAggregatedFieldWells { get; set; }
Property Value
Remarks
Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.