Skip to main content

CustomAxisLabelCollection.Contains(CustomAxisLabel) Method

Determines whether the collection contains the specified custom axis label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    CustomAxisLabel label
)

Parameters

Name Type Description
label CustomAxisLabel

A CustomAxisLabel object to locate in the collection.

Returns

Type Description
Boolean

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

See Also