Skip to main content

SwiftPlotDiagramSecondaryAxisYCollection.Contains(SwiftPlotDiagramSecondaryAxisY) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

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