[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LineCollection.IndexOf

IndexOf Method

IndexOf(Line)

Determines the index of the line in the collection.

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

Line to locate in collection.

Returns
Type Description
int

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

Implements