Skip to main content

XYDiagram2D.GetSeriesPane(XYSeries) Method

Gets the value of the XYDiagram2D.SeriesPane attached property for a specified series.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public static Pane GetSeriesPane(
    XYSeries series
)

Parameters

Name Type Description
series XYSeries

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

Returns

Type Description
Pane

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

See Also