Class CfnAnalysisPropsMixin.GaugeChartFieldWellsProperty
The field well configuration of a GaugeChartVisual .
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.GaugeChartFieldWellsProperty : CfnAnalysisPropsMixin.IGaugeChartFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GaugeChartFieldWellsProperty Implements CfnAnalysisPropsMixin.IGaugeChartFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| GaugeChartFieldWellsProperty() | The field well configuration of a |
Properties
| TargetValues | The target value field wells of a |
| Values | The value field wells of a |
Constructors
GaugeChartFieldWellsProperty()
The field well configuration of a GaugeChartVisual .
public GaugeChartFieldWellsProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
TargetValues
The target value field wells of a GaugeChartVisual .
public object? TargetValues { get; set; }
Property Value
Remarks
Values
The value field wells of a GaugeChartVisual .
public object? Values { get; set; }