ClassShapeMapSeries
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
Properties
ColorData
Gets or sets an expression that defines the color field for the data points.
Declaration
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
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
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }
Property Value
DataPointLabelOffset
Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.
RangeGrouping
Gets or sets the data points grouping in ranges.
Declaration
public ShapeMapSeries.RangeGroupings RangeGrouping { get; set; }
Property Value
ShapeMapGroup
Gets or sets the ShapeMapGroup from the GeoLocationGroups hierarchy associated with this series.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public ShapeMapGroup ShapeMapGroup { get; set; }
Property Value
SourceType
Gets or sets the source type of the spatial data that will be used to get the coordinates for the data points.
Declaration
public SpatialDataSourceTypeBase SourceType { get; set; }
Property Value