PointSortOrder Enumeration
.NET Framework (current version)
Indicates whether the sort order for data points is ascending or descending.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Ascending | Ascending sort order, that is, smallest to largest values. | |
| Descending | Descending sort order, that is, largest to smallest values. |
The PointSortOrder enumeration represents the order of the sort to be performed on data point values. It is used with the Sort method definitions in the DataManipulator class that include a pointSortOrder parameter.
.NET Framework
Available since 4.0
Available since 4.0
Show: