Class CfnDashboard.GaugeChartConfigurationProperty
The configuration of a GaugeChartVisual
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.GaugeChartConfigurationProperty : CfnDashboard.IGaugeChartConfigurationProperty
Syntax (vb)
Public Class CfnDashboard.GaugeChartConfigurationProperty Implements CfnDashboard.IGaugeChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
GaugeChartConfigurationProperty() | The configuration of a |
Properties
ColorConfiguration | The color configuration of a |
DataLabels | The data label configuration of a |
FieldWells | The field well configuration of a |
GaugeChartOptions | The options that determine the presentation of the |
Interactions | The general visual interactions setup for a visual. |
TooltipOptions | The tooltip configuration of a |
VisualPalette | The visual palette configuration of a |
Constructors
GaugeChartConfigurationProperty()
The configuration of a GaugeChartVisual
.
public GaugeChartConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
ColorConfiguration
The color configuration of a GaugeChartVisual
.
public object? ColorConfiguration { get; set; }
Property Value
Remarks
DataLabels
The data label configuration of a GaugeChartVisual
.
public object? DataLabels { get; set; }
Property Value
Remarks
FieldWells
The field well configuration of a GaugeChartVisual
.
public object? FieldWells { get; set; }
Property Value
Remarks
GaugeChartOptions
The options that determine the presentation of the GaugeChartVisual
.
public object? GaugeChartOptions { get; set; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }
Property Value
Remarks
TooltipOptions
The tooltip configuration of a GaugeChartVisual
.
public object? TooltipOptions { get; set; }
Property Value
Remarks
VisualPalette
The visual palette configuration of a GaugeChartVisual
.
public object? VisualPalette { get; set; }