Back to Devexpress

SeriesPoint3D.Series Property

wpf-devexpress-dot-xpf-dot-charts-dot-seriespoint3d-cfc7e84a.md

latest970 B
Original Source

SeriesPoint3D.Series Property

Returns 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 Series3D Series { get; }
vb
Public ReadOnly Property Series As Series3D

Property Value

TypeDescription
Series3D

The series that is the owner of the current point.

|

See Also

SeriesPoint3D Class

SeriesPoint3D Members

DevExpress.Xpf.Charts Namespace