Gets series to which these markers belong.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected SeriesBase SeriesBase { get; }
Visual Basic (Declaration)
Protected ReadOnly Property SeriesBase As SeriesBase
Visual C++
protected:
property SeriesBase^ SeriesBase {
	SeriesBase^ get ();
}

See Also