Class CfnAnalysisPropsMixin.GeospatialCategoricalDataColorProperty
The categorical data color for a single category.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.GeospatialCategoricalDataColorProperty : CfnAnalysisPropsMixin.IGeospatialCategoricalDataColorProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialCategoricalDataColorProperty Implements CfnAnalysisPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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; }