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


axis
The Axis to find.
Determines the index of a specified Axis in this collection.

Syntax

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

Parameters

axis
The Axis to find.

Return Value

The zero-based index of the specified Axis.

See Also