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

SecondaryAxisYCollection.Contains(SecondaryAxisY) Method

Determines whether the collection contains the specified secondary axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public bool Contains(
    SecondaryAxisY axis
)

Parameters

Name Type Description
axis SecondaryAxisY

A SecondaryAxisY object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified secondary axis; otherwise, false.

See Also