Skip to main content

XYDiagram2D.Panes Property

Provides access to the diagram's collection of panes.

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
PaneCollection

A PaneCollection object which is the collection of a diagram's panes.

#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