[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BarSeriesCollection.IndexOf

IndexOf Method

IndexOf(BarSeries)

Determines the index of the series in the collection.

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

Series to locate in collection.

Returns
Type Description
int

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

Implements