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