ShapeMapSeries
Represents a series of data points in the Map report item that displays a shape defined by geographical coordinates.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public class ShapeMapSeries : MapSeriesBase
Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseMapSeriesBaseShapeMapSeries...
Inherited Members
Constructors
TODO: Add documentation.
public ShapeMapSeries()
Properties
ColorData
string
Gets or sets an expression that defines the color field for the data points.
public string ColorData { get; set; }
ColorsCount
int
Gets or sets the count of the colors that show the data ranges. The property is not respected when RangeGrouping is None.
public int ColorsCount { get; set; }
Gets or sets a value indicating how the labels of the data points to be aligned.
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }
Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.
public Unit DataPointLabelOffset { get; set; }
Gets or sets the data points grouping in ranges.
public ShapeMapSeries.RangeGroupings RangeGrouping { get; set; }
Gets or sets the ShapeMapGroup from the GeoLocationGroups hierarchy associated with this series.
[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.
public SpatialDataSourceTypeBase SourceType { get; set; }