Skip to main content

XYDiagram2D.ActualPanes Property

Gets actual panes of the XYDiagram2D class.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ObservableCollection<Pane> ActualPanes { get; }

Property Value

Type Description
ObservableCollection<Pane>

A collection of Pane objects.

See Also