Show / Hide Table of Contents

Class CfnAnalysis.GeospatialCategoricalDataColorProperty

The categorical data color for a single category.

Inheritance
object
CfnAnalysis.GeospatialCategoricalDataColorProperty
Implements
CfnAnalysis.IGeospatialCategoricalDataColorProperty
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 CfnAnalysis.GeospatialCategoricalDataColorProperty : CfnAnalysis.IGeospatialCategoricalDataColorProperty
Syntax (vb)
Public Class CfnAnalysis.GeospatialCategoricalDataColorProperty Implements CfnAnalysis.IGeospatialCategoricalDataColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcategoricaldatacolor.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 geospatialCategoricalDataColorProperty = new GeospatialCategoricalDataColorProperty {
                 Color = "color",
                 DataValue = "dataValue"
             };

Synopsis

Constructors

GeospatialCategoricalDataColorProperty()

The categorical data color for a single category.

Properties

Color

The color and opacity values for the category data color.

DataValue

The data value for the category data color.

Constructors

GeospatialCategoricalDataColorProperty()

The categorical data color for a single category.

public GeospatialCategoricalDataColorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialcategoricaldatacolor.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 geospatialCategoricalDataColorProperty = new GeospatialCategoricalDataColorProperty {
                 Color = "color",
                 DataValue = "dataValue"
             };

Properties

Color

The color and opacity values for the category data color.

public string Color { get; set; }
Property Value

string

Remarks

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

DataValue

The data value for the category data color.

public string DataValue { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnalysis.IGeospatialCategoricalDataColorProperty
Back to top Generated by DocFX