Class CfnTemplate.GaugeChartColorConfigurationProperty
The color configuration of a GaugeChartVisual
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.GaugeChartColorConfigurationProperty : CfnTemplate.IGaugeChartColorConfigurationProperty
Syntax (vb)
Public Class CfnTemplate.GaugeChartColorConfigurationProperty Implements CfnTemplate.IGaugeChartColorConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var gaugeChartColorConfigurationProperty = new GaugeChartColorConfigurationProperty {
BackgroundColor = "backgroundColor",
ForegroundColor = "foregroundColor"
};
Synopsis
Constructors
GaugeChartColorConfigurationProperty() | The color configuration of a |
Properties
BackgroundColor | The background color configuration of a |
ForegroundColor | The foreground color configuration of a |
Constructors
GaugeChartColorConfigurationProperty()
The color configuration of a GaugeChartVisual
.
public GaugeChartColorConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var gaugeChartColorConfigurationProperty = new GaugeChartColorConfigurationProperty {
BackgroundColor = "backgroundColor",
ForegroundColor = "foregroundColor"
};
Properties
BackgroundColor
The background color configuration of a GaugeChartVisual
.
public string? BackgroundColor { get; set; }
Property Value
Remarks
ForegroundColor
The foreground color configuration of a GaugeChartVisual
.
public string? ForegroundColor { get; set; }