SwiftPlotDiagramSecondaryAxisXCollection.Contains(SwiftPlotDiagramSecondaryAxisX) Method
Determines whether the collection contains the specified secondary X-axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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