DundasWinExtensions
Sort Method
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > WaferChartType Class : Sort Method


waferSeries
Series which data points to be sorted of.
sortOrderType
Sort order type
Sort Wafer series using specific sort order type.

Syntax

Visual Basic (Declaration)  
Public Shared Sub Sort( _
   ByVal waferSeries As Series, _
   ByVal sortOrderType As SortOrderType _
) 
Visual Basic (Usage) Copy Code
Dim waferSeries As Series
Dim sortOrderType As SortOrderType
 
WaferChartType.Sort(waferSeries, sortOrderType)
C#  
public static void Sort( 
   Series waferSeries,
   SortOrderType sortOrderType
)

Parameters

waferSeries
Series which data points to be sorted of.
sortOrderType
Sort order type

Exceptions

Exception Description
ArgumentNullException Thrown when series parameter is null.
WaferChartTypeException Thrown when series is not Wafer chart type.

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

© 2009 All Rights Reserved.