Class CfnTemplatePropsMixin.LineChartFieldWellsProperty
The field well configuration of a line chart.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.LineChartFieldWellsProperty : CfnTemplatePropsMixin.ILineChartFieldWellsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.LineChartFieldWellsProperty Implements CfnTemplatePropsMixin.ILineChartFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| LineChartFieldWellsProperty() | The field well configuration of a line chart. |
Properties
| LineChartAggregatedFieldWells | The field well configuration of a line chart. |
Constructors
LineChartFieldWellsProperty()
The field well configuration of a line chart.
public LineChartFieldWellsProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
LineChartAggregatedFieldWells
The field well configuration of a line chart.
public object? LineChartAggregatedFieldWells { get; set; }