Back to Devexpress

SeriesPoint.Series Property

wpf-devexpress-dot-xpf-dot-charts-dot-seriespoint-6dccd057.md

latest1.2 KB
Original Source

SeriesPoint.Series Property

Returns the series which is the owner of the current series point.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Series Series { get; }
vb
Public ReadOnly Property Series As Series

Property Value

TypeDescription
Series

A Series object.

|

Remarks

Use the Series property to obtain the ownder series, for example, when displaying tooltips for series points.

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.Xpf.Charts Namespace