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

SwiftPlotDiagramSecondaryAxisXCollection.Contains(SwiftPlotDiagramSecondaryAxisX) Method

Determines whether the collection contains the specified secondary X-axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool Contains(
    SwiftPlotDiagramSecondaryAxisX axis
)

Parameters

Name Type Description
axis SwiftPlotDiagramSecondaryAxisX

A SwiftPlotDiagramSecondaryAxisX object to locate in the collection.

Returns

Type Description
Boolean

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

See Also