[]
        
(Showing Draft Content)

FarPoint.Win.Chart.PolarRadiusAxisCollection.IndexOf

IndexOf Method

IndexOf(PolarRadiusAxis)

Determines the index of the axis in the collection.

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

Axis to locate in collection.

Returns
Type Description
int

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

Implements