Skip to main content
A newer version of this page is available. .

SeriesPointCollection.Owner Property

Gets the series that owns the current point collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public Series Owner { get; }

Property Value

Type Description
Series

A Series object which the point collection belongs to.

See Also