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

XYDiagram2D.GetAllPanes() Method

Returns an aggregated collection of all Panes (default and custom panes) placed on a diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public List<XYDiagramPaneBase> GetAllPanes()

Returns

Type Description
List<XYDiagramPaneBase>

A list of XYDiagramPaneBase objects.

Remarks

Use the GetAllPanes method to get collections of all panes on a diagram, including the default pane.

See Also