Class ShapeMapSeries
Represents a series of data points in the Map report item that displays a shape defined by geographical coordinates.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class ShapeMapSeries : MapSeriesBase, INamedObject, IScatterSeries, IGraphSeries2D, IGraphSeries
Constructors
ShapeMapSeries()
Declaration
public ShapeMapSeries()
Properties
ColorData
Gets or sets an expression that defines the color field for the data points.
Declaration
public string ColorData { get; set; }
Property Value
System.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
System.Int32
|
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
LineDataPointLabelAlignment
|
DataPointLabelOffset
Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.
Declaration
public Unit DataPointLabelOffset { get; set; }
Property Value
Unit
|
RangeGrouping
Gets or sets the data points grouping in ranges.
Declaration
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
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
public SpatialDataSourceTypeBase SourceType { get; set; }
Property Value
SpatialDataSourceTypeBase
|