dotnetCHARTING Send comments on this topic.
IndexOf Method
See Also 
dotnetCHARTING Namespace > ElementCollection Class : IndexOf Method


e
The AxisTick to find.
Determines the index of a specified Element in this collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal e As Element _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As ElementCollection
Dim e As Element
Dim value As Integer
 
value = instance.IndexOf(e)
C# 
public int IndexOf( 
   Element e
)

Parameters

e
The AxisTick to find.

Return Value

The zero-based index of the specified AxisTick.

See Also

© 2010 All Rights Reserved.