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

AxisCollection.Contains(Axis) Method

Determines whether the collection contains the specified axis.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool Contains(
    Axis axis
)

Parameters

Name Type Description
axis Axis

An Axis to locate in the collection.

Returns

Type Description
Boolean

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

See Also