Gets or sets an expression to calculated values used when sorting.

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

Syntax

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

See Also