Show / Hide Table of Contents

Class CfnAnalysis.GeospatialHeatmapDataColorProperty

The color to be used in the heatmap point style.

Inheritance
object
CfnAnalysis.GeospatialHeatmapDataColorProperty
Implements
CfnAnalysis.IGeospatialHeatmapDataColorProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.GeospatialHeatmapDataColorProperty : CfnAnalysis.IGeospatialHeatmapDataColorProperty
Syntax (vb)
Public Class CfnAnalysis.GeospatialHeatmapDataColorProperty Implements CfnAnalysis.IGeospatialHeatmapDataColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialheatmapdatacolor.html

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

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialheatmapdatacolor.html

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"
             };

Properties

Color

The hex color to be used in the heatmap point style.

public string Color { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialheatmapdatacolor.html#cfn-quicksight-analysis-geospatialheatmapdatacolor-color

Implements

CfnAnalysis.IGeospatialHeatmapDataColorProperty
Back to top Generated by DocFX