PointSortOrder Enumeration
.NET Framework (current version)
Indicates whether the sort order for data point values is ascending or descending.
Assembly: System.Web.DataVisualization (in System.Web.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 for 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: