[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PointSeriesCollection.IndexOf

IndexOf Method

IndexOf(PointSeries)

Determines the index of the series in the collection.

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

Series to locate in collection.

Returns
Type Description
int

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

Implements