[]
        
(Showing Draft Content)

FarPoint.Win.Chart.AreaSeriesCollection.IndexOf

IndexOf Method

IndexOf(AreaSeries)

Determines the index of the series in the collection.

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

Series to locate in collection.

Returns
Type Description
int

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

Implements