Show / Hide Table of Contents

Class CfnTemplate.GaugeChartColorConfigurationProperty

The color configuration of a GaugeChartVisual .

Inheritance
object
CfnTemplate.GaugeChartColorConfigurationProperty
Implements
CfnTemplate.IGaugeChartColorConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gaugechartcolorconfiguration.html

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 GaugeChartVisual .

Properties

BackgroundColor

The background color configuration of a GaugeChartVisual .

ForegroundColor

The foreground color configuration of a GaugeChartVisual .

Constructors

GaugeChartColorConfigurationProperty()

The color configuration of a GaugeChartVisual .

public GaugeChartColorConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gaugechartcolorconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gaugechartcolorconfiguration.html#cfn-quicksight-template-gaugechartcolorconfiguration-backgroundcolor

ForegroundColor

The foreground color configuration of a GaugeChartVisual .

public string? ForegroundColor { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gaugechartcolorconfiguration.html#cfn-quicksight-template-gaugechartcolorconfiguration-foregroundcolor

Implements

CfnTemplate.IGaugeChartColorConfigurationProperty
Back to top Generated by DocFX