Class
MapSeriesBase

The base class for the series of data points with labels in the Map report item.

Definition

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

MapGroup