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

SwiftPlotDiagramSecondaryAxisYCollection.Contains(SwiftPlotDiagramSecondaryAxisY) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool Contains(
    SwiftPlotDiagramSecondaryAxisY axis
)

Parameters

Name Type Description
axis SwiftPlotDiagramSecondaryAxisY

A SwiftPlotDiagramSecondaryAxisY object to locate in the collection.

Returns

Type Description
Boolean

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

See Also