Skip to main content

XYDiagram2D.SeriesPane Attached Property

Gets or sets a pane for the series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

#Returns

Type Description
Pane

A Pane object that is the pane.

#Remarks

Use the SeriesPane attached property to bind a pane to a particular XY-series in the chart control. This allows you to plot any number of series in a multiple pane chart.

For more information on panes, refer to the Panes document.

#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