[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LineSeriesCollection.IndexOf

IndexOf Method

IndexOf(LineSeries)

Determines the index of the label area in the collection.

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

Label area to locate in collection.

Returns
Type Description
int

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

Implements