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

SeriesPoint3D.Series Property

Returns the owner of the current series point.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public Series3D Series { get; }

Property Value

Type Description
Series3D

The series that is the owner of the current point.

See Also