Gets or sets a sorting type of values.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public SortingType SortingType { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SortingType As SortingType |
| Visual C++ |
|---|
public: property SortingType SortingType { SortingType get (); void set (SortingType value); } |