Class CfnTemplatePropsMixin.GeospatialHeatmapDataColorProperty
The color to be used in the heatmap point style.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.GeospatialHeatmapDataColorProperty : CfnTemplatePropsMixin.IGeospatialHeatmapDataColorProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.GeospatialHeatmapDataColorProperty Implements CfnTemplatePropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;
var geospatialHeatmapDataColorProperty = new GeospatialHeatmapDataColorProperty {
Color = "color"
};
Synopsis
Constructors
| GeospatialHeatmapDataColorProperty() | The color to be used in the heatmap point style. |
Properties
| Color | The hex color to be used in the heatmap point style. |
Constructors
GeospatialHeatmapDataColorProperty()
The color to be used in the heatmap point style.
public GeospatialHeatmapDataColorProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var geospatialHeatmapDataColorProperty = new GeospatialHeatmapDataColorProperty {
Color = "color"
};
Properties
Color
The hex color to be used in the heatmap point style.
public string? Color { get; set; }