Show / Hide Table of Contents

Class CfnTemplatePropsMixin.DataColorProperty

Determines the color that is applied to a particular data value.

Inheritance
object
CfnTemplatePropsMixin.DataColorProperty
Implements
CfnTemplatePropsMixin.IDataColorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.DataColorProperty : CfnTemplatePropsMixin.IDataColorProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.DataColorProperty Implements CfnTemplatePropsMixin.IDataColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datacolor.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var dataColorProperty = new DataColorProperty {
                 Color = "color",
                 DataValue = 123
             };

Synopsis

Constructors

DataColorProperty()

Determines the color that is applied to a particular data value.

Properties

Color

The color that is applied to the data value.

DataValue

The data value that the color is applied to.

Constructors

DataColorProperty()

Determines the color that is applied to a particular data value.

public DataColorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datacolor.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var dataColorProperty = new DataColorProperty {
                 Color = "color",
                 DataValue = 123
             };

Properties

Color

The color that is applied to the data value.

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

string

Remarks

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

DataValue

The data value that the color is applied to.

public double? DataValue { get; set; }
Property Value

double?

Remarks

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

Implements

CfnTemplatePropsMixin.IDataColorProperty
Back to top Generated by DocFX