[]
        
(Showing Draft Content)

FarPoint.Win.Chart.RadarValueAxisCollection.IndexOf

IndexOf Method

IndexOf(RadarValueAxis)

Determines the index of the axis in the collection.

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

Axis to locate in collection.

Returns
Type Description
int

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

Implements