Class MapSeriesBase
The base class for the series of data points with labels in the Map report item.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class MapSeriesBase : GraphSeriesBase, INamedObject, IGraphSeries
Constructors
MapSeriesBase()
Declaration
protected MapSeriesBase()
Properties
SeriesGroup
Gets or sets the MapGroup from the SeriesGroups hierarchy associated with this series.
Declaration
public MapGroup SeriesGroup { get; set; }
Property Value
MapGroup
|