Back to Devexpress

XYDiagram2D.GetSeriesPane(XYSeries) Method

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-dot-getseriespane-x28-devexpress-dot-xpf-dot-charts-dot-xyseries-x29.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public static Pane GetSeriesPane(
    XYSeries series
)
vb
<Browsable(False)>
Public Shared Function GetSeriesPane(
    series As XYSeries
) As Pane

Parameters

NameTypeDescription
seriesXYSeries

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

|

Returns

TypeDescription
Pane

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

|

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace