Class
ShapeMapSeries

Represents a series of data points in the Map report item that displays a shape defined by geographical coordinates.

Definition

Constructors

ShapeMapSeries()

TODO: Add documentation.

Declaration

cs-api-definition
public ShapeMapSeries()

Properties

ColorData

Gets or sets an expression that defines the color field for the data points.

Declaration

cs-api-definition
public string ColorData { get; set; }

Property Value

string

ColorsCount

Gets or sets the count of the colors that show the data ranges. The property is not respected when RangeGrouping is None.

Declaration

cs-api-definition
public int ColorsCount { get; set; }

Property Value

int

DataPointLabelAlignment

Gets or sets a value indicating how the labels of the data points to be aligned.

Declaration

cs-api-definition
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }

Property Value

LineDataPointLabelAlignment

DataPointLabelOffset

Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.

Declaration

cs-api-definition
public Unit DataPointLabelOffset { get; set; }

Property Value

Unit

RangeGrouping

Gets or sets the data points grouping in ranges.

Declaration

cs-api-definition
public ShapeMapSeries.RangeGroupings RangeGrouping { get; set; }

Property Value

ShapeMapSeries.RangeGroupings

ShapeMapGroup

Gets or sets the ShapeMapGroup from the GeoLocationGroups hierarchy associated with this series.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public ShapeMapGroup ShapeMapGroup { get; set; }

Property Value

ShapeMapGroup

SourceType

Gets or sets the source type of the spatial data that will be used to get the coordinates for the data points.

Declaration

cs-api-definition
public SpatialDataSourceTypeBase SourceType { get; set; }

Property Value

SpatialDataSourceTypeBase