Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IGeospatialPointStyleProperty

The point style for a point layer.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IGeospatialPointStyleProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IGeospatialPointStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-geospatialpointstyle.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.CfnPropertyMixins.AWS.QuickSight;

             var geospatialPointStyleProperty = new GeospatialPointStyleProperty {
                 CircleSymbolStyle = new GeospatialCircleSymbolStyleProperty {
                     CircleRadius = new GeospatialCircleRadiusProperty {
                         Radius = 123
                     },
                     FillColor = new GeospatialColorProperty {
                         Categorical = new GeospatialCategoricalColorProperty {
                             CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                 Color = "color",
                                 DataValue = "dataValue"
                             } },
                             DefaultOpacity = 123,
                             NullDataSettings = new GeospatialNullDataSettingsProperty {
                                 SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                     FillColor = "fillColor",
                                     StrokeColor = "strokeColor",
                                     StrokeWidth = 123
                                 }
                             },
                             NullDataVisibility = "nullDataVisibility"
                         },
                         Gradient = new GeospatialGradientColorProperty {
                             DefaultOpacity = 123,
                             NullDataSettings = new GeospatialNullDataSettingsProperty {
                                 SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                     FillColor = "fillColor",
                                     StrokeColor = "strokeColor",
                                     StrokeWidth = 123
                                 }
                             },
                             NullDataVisibility = "nullDataVisibility",
                             StepColors = new [] { new GeospatialGradientStepColorProperty {
                                 Color = "color",
                                 DataValue = 123
                             } }
                         },
                         Solid = new GeospatialSolidColorProperty {
                             Color = "color",
                             State = "state"
                         }
                     },
                     StrokeColor = new GeospatialColorProperty {
                         Categorical = new GeospatialCategoricalColorProperty {
                             CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                 Color = "color",
                                 DataValue = "dataValue"
                             } },
                             DefaultOpacity = 123,
                             NullDataSettings = new GeospatialNullDataSettingsProperty {
                                 SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                     FillColor = "fillColor",
                                     StrokeColor = "strokeColor",
                                     StrokeWidth = 123
                                 }
                             },
                             NullDataVisibility = "nullDataVisibility"
                         },
                         Gradient = new GeospatialGradientColorProperty {
                             DefaultOpacity = 123,
                             NullDataSettings = new GeospatialNullDataSettingsProperty {
                                 SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                     FillColor = "fillColor",
                                     StrokeColor = "strokeColor",
                                     StrokeWidth = 123
                                 }
                             },
                             NullDataVisibility = "nullDataVisibility",
                             StepColors = new [] { new GeospatialGradientStepColorProperty {
                                 Color = "color",
                                 DataValue = 123
                             } }
                         },
                         Solid = new GeospatialSolidColorProperty {
                             Color = "color",
                             State = "state"
                         }
                     },
                     StrokeWidth = new GeospatialLineWidthProperty {
                         LineWidth = 123
                     }
                 }
             };

Synopsis

Properties

CircleSymbolStyle

The circle symbol style for a point layer.

Properties

CircleSymbolStyle

The circle symbol style for a point layer.

object? CircleSymbolStyle { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IGeospatialCircleSymbolStyleProperty

Back to top Generated by DocFX