[]
        
(Showing Draft Content)

FarPoint.Win.Chart.MarkerCollection.IndexOf

IndexOf Method

IndexOf(Marker)

Determines the index of the marker in the collection.

Declaration
public int IndexOf(Marker item)
Public Function IndexOf(item As Marker) As Integer
Parameters
Type Name Description
Marker item

Marker to locate in collection.

Returns
Type Description
int

Index of the marker if marker is found in the collection; otherwise, -1.

Implements