MapSeriesBase
Class
The base class for the series of data points with labels in the Map report item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class MapSeriesBase : GraphSeriesBase
Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseMapSeriesBase
Derived Classes:
Inherited Members
Constructors
C#
protected MapSeriesBase()
Properties
Gets or sets the MapGroup from the SeriesGroups hierarchy associated with this series.
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public MapGroup SeriesGroup { get; set; }