Skip to main content

TrendLineCollection.Contains(TrendLine) Method

Determines whether the collection contains the specified Trend Line.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    TrendLine trendLine
)

Parameters

Name Type Description
trendLine TrendLine

A TrendLine object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified Trend Line; otherwise, false.

See Also