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


axisMarker
The AxisMarker to find.
Determines the index of a specified AxisMarker in this collection.

Syntax

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

Parameters

axisMarker
The AxisMarker to find.

Return Value

The zero-based index of the specified AxisMarker.

See Also