Back to Devexpress

SeriesPointCollection.Owner Property

corelibraries-devexpress-dot-xtracharts-dot-seriespointcollection.md

latest1.1 KB
Original Source

SeriesPointCollection.Owner Property

Gets the series that owns the current point collection.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Series

A Series object which the point collection belongs to.

|

See Also

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace