Back to Devexpress

XYDiagram2D.AllPanes Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-fa15686f.md

latest1.2 KB
Original Source

XYDiagram2D.AllPanes Property

Returns the collection that contains the default pane and additional panes within the diagram.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public ObservableCollection<Pane> AllPanes { get; }
vb
<Browsable(False)>
Public ReadOnly Property AllPanes As ObservableCollection(Of Pane)

Property Value

TypeDescription
ObservableCollection<Pane>

A collection of Pane objects.

|

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace