Series::Sort Method (PointSortOrder, String^)

.NET Framework (current version)
 

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

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
void Sort(
	PointSortOrder pointSortOrder,
	String^ sortBy
)

Parameters

pointSortOrder
Type: System.Windows.Forms.DataVisualization.Charting::PointSortOrder

The sort order.

sortBy
Type: System::String^

The value used for the sort (X, Y, Y2 ...).

.NET Framework
Available since 4.0
Return to top
Show: