Skip to main content

XYDiagramPaneCollection.Contains(XYDiagramPane) Method

Determines whether the collection contains the specified pane.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    XYDiagramPane pane
)

Parameters

Name Type Description
pane XYDiagramPane

An XYDiagramPane object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified pane; otherwise, false.

See Also