SecondaryAxisCollection.Contains(Axis) Method
OBSOLETE
This method is now obsolete. Use the SecondaryAxisXCollection.Contains or SecondaryAxisYCollection.Contains method instead.
Determines whether the collection contains the specified axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Obsolete("This method is now obsolete. Use the SecondaryAxisXCollection.Contains or SecondaryAxisYCollection.Contains method instead.")]
public bool Contains(
Axis axis
)
Parameters
Name | Type | Description |
---|---|---|
axis | Axis | A Axis object to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | true if the collection contains the specified axis; otherwise, false. |
See Also