See Also

Series Class  | Series Members  | Overload List

Language

Visual Basic

C#

Show All

ev
ElementValue to sort by.
order
Takes "Desc" or "Asc" as inputs. If the string is not recognized "Asc" will be used.
startIndex
Index at which sorting starts.
endIndex
Index at which sorting stops.
See Also Languages dotnetCHARTING Send comments on this topic.

Sort(ElementValue,String,Int32,Int32) Method

Sorts the Elements based on an element property and order from the start index to the end index.

[Visual Basic]
Overloads Public Sub Sort( _    ByVal ev As ElementValue, _    ByVal order As String, _    ByVal startIndex As Integer, _    ByVal endIndex As Integer _ )
[C#]
public void Sort(    ElementValue ev,    string order,    int startIndex,    int endIndex );

Parameters

ev
ElementValue to sort by.
order
Takes "Desc" or "Asc" as inputs. If the string is not recognized "Asc" will be used.
startIndex
Index at which sorting starts.
endIndex
Index at which sorting stops.

See Also

Series Class  | Series Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.