XYDiagram2D.PanesPanel Property
In This Article
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
#Property Value
Type | Description |
---|---|
Items |
A Items |
#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