XYDiagram2D.Panes Property
In This Article
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true)]
public PaneCollection Panes { get; }
#Property Value
Type | Description |
---|---|
Pane |
A Pane |
#Remarks
By default, a chart's diagram displays a single default pane, which is represented by a Pane object, and is accessible via the XYDiagram2D.DefaultPane property.
NOTE
The collection returned by the Panes property doesn't contain the default pane.
For more information, refer to Panes.
See Also