ClassMapSeriesBase
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:
cs-api-definition
public abstract class MapSeriesBase : GraphSeriesBase
Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseMapSeriesBase
Derived Classes:
Inherited Members
Constructors
MapSeriesBase()
Declaration
cs-api-definition
protected MapSeriesBase()
Properties
SeriesGroup
Gets or sets the MapGroup from the SeriesGroups hierarchy associated with this series.
Declaration
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public MapGroup SeriesGroup { get; set; }
Property Value