Interface CfnDashboard.IGaugeChartConfigurationProperty
The configuration of a GaugeChartVisual
.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGaugeChartConfigurationProperty
Syntax (vb)
Public Interface IGaugeChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
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 |
Properties
DataLabels
The data label configuration of a GaugeChartVisual
.
virtual object DataLabels { get; }
Property Value
System.
Remarks
FieldWells
The field well configuration of a GaugeChartVisual
.
virtual object FieldWells { get; }
Property Value
System.
Remarks
GaugeChartOptions
The options that determine the presentation of the GaugeChartVisual
.
virtual object GaugeChartOptions { get; }
Property Value
System.
Remarks
TooltipOptions
The tooltip configuration of a GaugeChartVisual
.
virtual object TooltipOptions { get; }
Property Value
System.
Remarks
VisualPalette
The visual palette configuration of a GaugeChartVisual
.
virtual object VisualPalette { get; }
Property Value
System.