[]
Determines the index of the axis in the collection.
public int IndexOf(ValueAxis item)
Public Function IndexOf(item As ValueAxis) As Integer
Type | Name | Description |
---|---|---|
ValueAxis | item | Axis to locate in collection. |
Type | Description |
---|---|
int | Index of the axis if axis is found in the collection; otherwise, -1. |