[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLinesCollection.Contains

Contains Method

Contains(TrendLine)

Determines whether the specified TrendLine exists in the collection.

Declaration
public bool Contains(TrendLine tl)
Parameters
Type Name Description
TrendLine tl

TrendLine.

Returns
Type Description
bool

A boolean indicating whether the specified TrendLine is contained in the collection.

See Also