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

SeriesPoint3DStorage.Points Property

Returns the collection of provided series points.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public SeriesPoint3DCollection Points { get; }

Property Value

Type Description
SeriesPoint3DCollection

The SeriesPoint3D collection.

See Also