Skip to main content
A newer version of this page is available. .

ConstantLineCollection.Contains(ConstantLine) Method

Determines whether the collection contains the specified constant line.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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