New to Telerik ReportingStart a free 30-day trial

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

Definition

Constructors

TODO: Add documentation.

C#
public ShapeMapSeries()

Properties

ColorData

string

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

C#
public string ColorData { get; set; }

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

C#
public int ColorsCount { get; set; }

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

C#
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }

Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.

C#
public Unit DataPointLabelOffset { get; set; }

Gets or sets the data points grouping in ranges.

C#
public ShapeMapSeries.RangeGroupings RangeGrouping { get; set; }

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

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public ShapeMapGroup ShapeMapGroup { get; set; }

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

C#
public SpatialDataSourceTypeBase SourceType { get; set; }