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.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

NameDescription
System_CAPS_pubmethodSort(IComparer<DataPoint^>^)

Sorts the points in the series using IComparer interface.

System_CAPS_pubmethodSort(PointSortOrder)

Sorts the data points in the series, given the specified sort order.

System_CAPS_pubmethodSort(PointSortOrder, String^)

Sorts the points in the series, given the specified sort order and value to use for the sort.

Return to top
Show: