Gets the instance of the SeriesManager associated with this system run.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public SeriesManager Series { get; }
Visual Basic (Declaration)
Public ReadOnly Property Series As SeriesManager
Visual C++
public:
property SeriesManager^ Series {
	SeriesManager^ get ();
}

See Also