Class CfnDashboard.BarChartFieldWellsProperty
The field wells of a BarChartVisual
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.BarChartFieldWellsProperty : CfnDashboard.IBarChartFieldWellsProperty
Syntax (vb)
Public Class CfnDashboard.BarChartFieldWellsProperty Implements CfnDashboard.IBarChartFieldWellsProperty
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
BarChartFieldWellsProperty() | The field wells of a |
Properties
BarChartAggregatedFieldWells | The aggregated field wells of a bar chart. |
Constructors
BarChartFieldWellsProperty()
The field wells of a BarChartVisual
.
public BarChartFieldWellsProperty()
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
BarChartAggregatedFieldWells
The aggregated field wells of a bar chart.
public object? BarChartAggregatedFieldWells { get; set; }