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
Color |
The color configuration of a |
Data |
The data label configuration of a |
Field |
The field well configuration of a |
Gauge |
The options that determine the presentation of the |
Interactions | The general visual interactions setup for a visual. |
Tooltip |
The tooltip configuration of a |
Visual |
The visual palette configuration of a |
Properties
ColorConfiguration
The color configuration of a GaugeChartVisual
.
virtual object ColorConfiguration { get; }
Property Value
System.
Remarks
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
Interactions
The general visual interactions setup for a visual.
virtual object Interactions { 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.