Skip to main content

ConstantLineCollection.Contains(ConstantLine) Method

Determines whether the collection contains the specified constant line.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    ConstantLine constantLine
)

Parameters

Name Type Description
constantLine ConstantLine

A ConstantLine object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified constant line; otherwise, false.

See Also