Class CfnAnalysisPropsMixin.LineChartFieldWellsProperty
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 CfnAnalysisPropsMixin.LineChartFieldWellsProperty : CfnAnalysisPropsMixin.ILineChartFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.LineChartFieldWellsProperty Implements CfnAnalysisPropsMixin.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; }