Class LocationMapSeries
The base class for all the series that use MapGroupBase to obtain the coordinates of their data points.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class LocationMapSeries : MapSeriesBase, INamedObject, IGraphSeries
Constructors
LocationMapSeries()
Declaration
protected LocationMapSeries()
Properties
GeoLocationGroup
Gets or sets the GeoLocationMapGroup from the GeoLocationGroups hierarchy associated with this series.
Declaration
public GeoLocationMapGroup GeoLocationGroup { get; set; }
Property Value
GeoLocationMapGroup
|