Skip to main content

XYDiagram2D.SeriesPane Attached Property

Gets or sets a pane for the series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v26.1.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 specific XY series in the chart control and plot any number of series in a multi-pane chart.

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

See Also