Show / Hide Table of Contents

Class CfnDashboardPropsMixin.DataColorProperty

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

Inheritance
object
CfnDashboardPropsMixin.DataColorProperty
Implements
CfnDashboardPropsMixin.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 CfnDashboardPropsMixin.DataColorProperty : CfnDashboardPropsMixin.IDataColorProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DataColorProperty Implements CfnDashboardPropsMixin.IDataColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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-dashboard-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-dashboard-datacolor.html#cfn-quicksight-dashboard-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-dashboard-datacolor.html#cfn-quicksight-dashboard-datacolor-datavalue

Implements

CfnDashboardPropsMixin.IDataColorProperty
Back to top Generated by DocFX