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.v14.2.dll

#Declaration

public ItemsPanelTemplate PanesPanel { get; set; }

#Property Value

Type Description
ItemsPanelTemplate

A ItemsPanelTemplate object that is a panes panel.

#Examples

This example demonstrates the capability of XY-series to be plotted individually in a multiple pane chart.

To accomplish this task, it is necessary to bind each XY-series (e.g., AreaSeries2D, LineSeries2D, BarSideBySideSeries2D objects) to a corresponding pane using the XYDiagram2D.SeriesPane attached property.

See Also