Class CfnAnalysis.GeospatialCategoricalDataColorProperty
The categorical data color for a single category.
Inherited Members
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
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
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
Remarks
DataValue
The data value for the category data color.
public string DataValue { get; set; }