Skip to main content

SeriesPointCollection.Owner Property

Gets the series that owns the current point collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public Series Owner { get; }

#Property Value

Type Description
Series

A Series object which the point collection belongs to.

See Also