[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLinesCollection.IndexOf

IndexOf Method

IndexOf(TrendLine)

Gets the current index of the specified TrendLines in the collection.

Declaration
public int IndexOf(TrendLine tl)
Parameters
Type Name Description
TrendLine tl

TrendLine to locate.

Returns
Type Description
int

Index.

Remarks

Returns an integer indicating the element of the specified TrendLine within the collection. If the TrendLine is not found the return value is –1.

See Also