Class CfnAnalysis.GeospatialCategoricalDataColorProperty
The categorical data color for a single category.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GeospatialCategoricalDataColorProperty : Object, CfnAnalysis.IGeospatialCategoricalDataColorProperty
Syntax (vb)
Public Class GeospatialCategoricalDataColorProperty
Inherits Object
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
Geospatial |
Properties
Color | The color and opacity values for the category data color. |
Data |
The data value for the category data color. |
Constructors
GeospatialCategoricalDataColorProperty()
public GeospatialCategoricalDataColorProperty()
Properties
Color
The color and opacity values for the category data color.
public string Color { get; set; }
Property Value
System.
Remarks
DataValue
The data value for the category data color.
public string DataValue { get; set; }
Property Value
System.