Class CfnAnalysis.ComboChartFieldWellsProperty
The field wells of the visual.
Inheritance
System.Object
CfnAnalysis.ComboChartFieldWellsProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ComboChartFieldWellsProperty : Object, CfnAnalysis.IComboChartFieldWellsProperty
Syntax (vb)
Public Class ComboChartFieldWellsProperty
Inherits Object
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() |
Properties
ComboChartAggregatedFieldWells | The aggregated field wells of a combo chart. |
Constructors
ComboChartFieldWellsProperty()
public ComboChartFieldWellsProperty()
Properties
ComboChartAggregatedFieldWells
The aggregated field wells of a combo chart.
public object ComboChartAggregatedFieldWells { get; set; }
Property Value
System.Object
Remarks
Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.