Gets or sets a type of series sorting.

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

Syntax

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

See Also