Skip to main content

XYDiagram2D.PanesPanel Property

Gets or sets a panes panel that specifies how to arrange panes within a single XYDiagram2D.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v26.1.dll

Declaration

public ItemsPanelTemplate PanesPanel { get; set; }

Property Value

Type Description
ItemsPanelTemplate

A ItemsPanelTemplate object that is a panes panel.

See Also