Gets or sets the sort expression value for series value.

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

Syntax

C#
public Object Sort { get; set; }
Visual Basic (Declaration)
Public Property Sort As Object
Visual C++
public:
property Object^ Sort {
	Object^ get ();
	void set (Object^ value);
}

See Also