Dundas Chart for ASP.NET
Sort Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Series Class : Sort Method


Performs a sort on a Series. Note that the DataManipulator class can perform a sort operation that has greater flexibility than this Sort method.

Overload List

Overload Description
Sort(PointsSortOrder,String)

Performs a sort on a series' data points with the specified sort order, and is performed on the specified X or Y-value.


Sorts points in the series.  
Sort(PointsSortOrder)

Performs a sort on a series' data points using the first Y-value of data points, with the specified sort order.


Sorts points in the series.  
Sort(IComparer)

Performs a sort on a series' data points, using the IComparer interface.


Sorts points in the series using IComparer interface.  

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.