Class CfnAnalysis.GeospatialPointStyleProperty
The point style for a point layer.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GeospatialPointStyleProperty : Object, CfnAnalysis.IGeospatialPointStyleProperty
Syntax (vb)
Public Class GeospatialPointStyleProperty
Inherits Object
Implements CfnAnalysis.IGeospatialPointStyleProperty
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.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"
} },
// 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
Geospatial |
Properties
Circle |
The circle symbol style for a point layer. |
Constructors
GeospatialPointStyleProperty()
public GeospatialPointStyleProperty()
Properties
CircleSymbolStyle
The circle symbol style for a point layer.
public object CircleSymbolStyle { get; set; }
Property Value
System.