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

SecondaryAxisCollection.Contains(Axis) Method

OBSOLETE

This method is now obsolete. Use the SecondaryAxisXCollection.Contains or SecondaryAxisYCollection.Contains method instead.

Determines whether the collection contains the specified axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Obsolete("This method is now obsolete. Use the SecondaryAxisXCollection.Contains or SecondaryAxisYCollection.Contains method instead.")]
public bool Contains(
    Axis axis
)

Parameters

Name Type Description
axis Axis

A Axis object to locate in the collection.

Returns

Type Description
Boolean

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

See Also