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


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

Syntax

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

Parameters

axisTick
The AxisTick to find.

Return Value

The zero-based index of the specified AxisTick.

See Also

© 2010 All Rights Reserved.