Show / Hide Table of Contents

Class CfnDashboard.GeospatialCircleSymbolStyleProperty

The properties for a circle symbol style.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcirclesymbolstyle.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 geospatialCircleSymbolStyleProperty = new GeospatialCircleSymbolStyleProperty {
                 CircleRadius = new GeospatialCircleRadiusProperty {
                     Radius = 123
                 },
                 FillColor = new GeospatialColorProperty {
                     Categorical = new GeospatialCategoricalColorProperty {
                         CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                             Color = "color",
                             DataValue = "dataValue"
                         } },

                         // the properties below are optional
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility"
                     },
                     Gradient = 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"
                     },
                     Solid = new GeospatialSolidColorProperty {
                         Color = "color",

                         // the properties below are optional
                         State = "state"
                     }
                 },
                 StrokeColor = new GeospatialColorProperty {
                     Categorical = new GeospatialCategoricalColorProperty {
                         CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                             Color = "color",
                             DataValue = "dataValue"
                         } },

                         // the properties below are optional
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility"
                     },
                     Gradient = 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"
                     },
                     Solid = new GeospatialSolidColorProperty {
                         Color = "color",

                         // the properties below are optional
                         State = "state"
                     }
                 },
                 StrokeWidth = new GeospatialLineWidthProperty {
                     LineWidth = 123
                 }
             };

Synopsis

Constructors

GeospatialCircleSymbolStyleProperty()

The properties for a circle symbol style.

Properties

CircleRadius

The radius of the circle.

FillColor

The color and opacity values for the fill color.

StrokeColor

The color and opacity values for the stroke color.

StrokeWidth

The width of the stroke (border).

Constructors

GeospatialCircleSymbolStyleProperty()

The properties for a circle symbol style.

public GeospatialCircleSymbolStyleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatialcirclesymbolstyle.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 geospatialCircleSymbolStyleProperty = new GeospatialCircleSymbolStyleProperty {
                 CircleRadius = new GeospatialCircleRadiusProperty {
                     Radius = 123
                 },
                 FillColor = new GeospatialColorProperty {
                     Categorical = new GeospatialCategoricalColorProperty {
                         CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                             Color = "color",
                             DataValue = "dataValue"
                         } },

                         // the properties below are optional
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility"
                     },
                     Gradient = 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"
                     },
                     Solid = new GeospatialSolidColorProperty {
                         Color = "color",

                         // the properties below are optional
                         State = "state"
                     }
                 },
                 StrokeColor = new GeospatialColorProperty {
                     Categorical = new GeospatialCategoricalColorProperty {
                         CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                             Color = "color",
                             DataValue = "dataValue"
                         } },

                         // the properties below are optional
                         DefaultOpacity = 123,
                         NullDataSettings = new GeospatialNullDataSettingsProperty {
                             SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                 FillColor = "fillColor",
                                 StrokeColor = "strokeColor",
                                 StrokeWidth = 123
                             }
                         },
                         NullDataVisibility = "nullDataVisibility"
                     },
                     Gradient = 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"
                     },
                     Solid = new GeospatialSolidColorProperty {
                         Color = "color",

                         // the properties below are optional
                         State = "state"
                     }
                 },
                 StrokeWidth = new GeospatialLineWidthProperty {
                     LineWidth = 123
                 }
             };

Properties

CircleRadius

The radius of the circle.

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

object

Remarks

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

FillColor

The color and opacity values for the fill color.

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

object

Remarks

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

StrokeColor

The color and opacity values for the stroke color.

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

object

Remarks

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

StrokeWidth

The width of the stroke (border).

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

object

Remarks

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

Implements

CfnDashboard.IGeospatialCircleSymbolStyleProperty
Back to top Generated by DocFX