Class CfnAnalysis.GeospatialHeatmapDataColorProperty
The color to be used in the heatmap point style.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GeospatialHeatmapDataColorProperty : Object, CfnAnalysis.IGeospatialHeatmapDataColorProperty
Syntax (vb)
Public Class GeospatialHeatmapDataColorProperty
Inherits Object
Implements CfnAnalysis.IGeospatialHeatmapDataColorProperty
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 geospatialHeatmapDataColorProperty = new GeospatialHeatmapDataColorProperty {
Color = "color"
};
Synopsis
Constructors
Geospatial |
Properties
Color | The hex color to be used in the heatmap point style. |
Constructors
GeospatialHeatmapDataColorProperty()
public GeospatialHeatmapDataColorProperty()
Properties
Color
The hex color to be used in the heatmap point style.
public string Color { get; set; }
Property Value
System.