Show / Hide Table of Contents

Class CfnDashboard.GeospatialGradientColorProperty

The definition for a gradient color.

Inheritance
object
CfnDashboard.GeospatialGradientColorProperty
Implements
CfnDashboard.IGeospatialGradientColorProperty
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 CfnDashboard.GeospatialGradientColorProperty : CfnDashboard.IGeospatialGradientColorProperty
Syntax (vb)
Public Class CfnDashboard.GeospatialGradientColorProperty Implements CfnDashboard.IGeospatialGradientColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientcolor.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 geospatialGradientColorProperty = new GeospatialGradientColorProperty {
                 StepColors = new [] { new GeospatialGradientStepColorProperty {
                     Color = "color",
                     DataValue = 123
                 } },

                 // the properties below are optional
                 DefaultOpacity = 123,
                 NullDataSettings = new GeospatialNullDataSettingsProperty {
                     SymbolStyle = new GeospatialNullSymbolStyleProperty {
                         FillColor = "fillColor",
                         StrokeColor = "strokeColor",
                         StrokeWidth = 123
                     }
                 },
                 NullDataVisibility = "nullDataVisibility"
             };

Synopsis

Constructors

GeospatialGradientColorProperty()

The definition for a gradient color.

Properties

DefaultOpacity

The default opacity for the gradient color.

NullDataSettings

The null data visualization settings.

NullDataVisibility

The state of visibility for null data.

StepColors

A list of gradient step colors for the gradient.

Constructors

GeospatialGradientColorProperty()

The definition for a gradient color.

public GeospatialGradientColorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientcolor.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 geospatialGradientColorProperty = new GeospatialGradientColorProperty {
                 StepColors = new [] { new GeospatialGradientStepColorProperty {
                     Color = "color",
                     DataValue = 123
                 } },

                 // the properties below are optional
                 DefaultOpacity = 123,
                 NullDataSettings = new GeospatialNullDataSettingsProperty {
                     SymbolStyle = new GeospatialNullSymbolStyleProperty {
                         FillColor = "fillColor",
                         StrokeColor = "strokeColor",
                         StrokeWidth = 123
                     }
                 },
                 NullDataVisibility = "nullDataVisibility"
             };

Properties

DefaultOpacity

The default opacity for the gradient color.

public double? DefaultOpacity { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientcolor.html#cfn-quicksight-dashboard-geospatialgradientcolor-defaultopacity

NullDataSettings

The null data visualization settings.

public object? NullDataSettings { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientcolor.html#cfn-quicksight-dashboard-geospatialgradientcolor-nulldatasettings

NullDataVisibility

The state of visibility for null data.

public string? NullDataVisibility { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientcolor.html#cfn-quicksight-dashboard-geospatialgradientcolor-nulldatavisibility

StepColors

A list of gradient step colors for the gradient.

public object StepColors { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialgradientcolor.html#cfn-quicksight-dashboard-geospatialgradientcolor-stepcolors

Implements

CfnDashboard.IGeospatialGradientColorProperty
Back to top Generated by DocFX