Skip to main content

AxisCollection.Contains(Axis) Method

Determines whether the collection contains the specified axis.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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