Class CfnDashboard.GaugeChartConfigurationProperty
The configuration of a GaugeChartVisual
.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GaugeChartConfigurationProperty : Object, CfnDashboard.IGaugeChartConfigurationProperty
Syntax (vb)
Public Class GaugeChartConfigurationProperty
Inherits Object
Implements CfnDashboard.IGaugeChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
Gauge |
Properties
Data |
The data label configuration of a |
Field |
The field well configuration of a |
Gauge |
The options that determine the presentation of the |
Tooltip |
The tooltip configuration of a |
Visual |
The visual palette configuration of a |
Constructors
GaugeChartConfigurationProperty()
public GaugeChartConfigurationProperty()
Properties
DataLabels
The data label configuration of a GaugeChartVisual
.
public object DataLabels { get; set; }
Property Value
System.
Remarks
FieldWells
The field well configuration of a GaugeChartVisual
.
public object FieldWells { get; set; }
Property Value
System.
Remarks
GaugeChartOptions
The options that determine the presentation of the GaugeChartVisual
.
public object GaugeChartOptions { get; set; }
Property Value
System.
Remarks
TooltipOptions
The tooltip configuration of a GaugeChartVisual
.
public object TooltipOptions { get; set; }
Property Value
System.
Remarks
VisualPalette
The visual palette configuration of a GaugeChartVisual
.
public object VisualPalette { get; set; }
Property Value
System.