Gets an empty segment.

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

Syntax

C#
public static Segment Empty { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Empty As Segment
Visual C++
public:
static property Segment Empty {
	Segment get ();
}

See Also