XYDiagram2D.ActualPanes Property
In This Article
Gets actual panes of the XYDiagram2D class.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
[Browsable(false)]
public ObservableCollection<Pane> ActualPanes { get; }
#Property Value
Type | Description |
---|---|
Observable |
A collection of Pane objects. |
See Also