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