Skip to main content

XYDiagram2D.SetSeriesPane(XYSeries, Pane) Method

In This Article

Sets the value of the XYDiagram2D.SeriesPane attached property to a specified series.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public static void SetSeriesPane(
    XYSeries series,
    Pane pane
)

#Parameters

Name Type Description
series XYSeries

An XYSeries class descendant that is a series to which the pane is assigned.

pane Pane

A Pane object that is the pane associated with the series.

See Also