XYDiagram2D.GetAllPanes() Method
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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