Series::Sort Method
.NET Framework (current version)
Performs a sort on a Series. Note that the DataManipulator class provides sort methods that have greater flexibility than these sort methods.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Sort(IComparer<DataPoint^>^) | Sorts the points in the series using IComparer interface. |
![]() | Sort(PointSortOrder) | Sorts the data points in the series, given the specified sort order. |
![]() | Sort(PointSortOrder, String^) | Sorts the points in the series, given the specified sort order and value to use for the sort. |
Show:
