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