Back to Devexpress

SeriesPoint3DStorage.Points Property

wpf-devexpress-dot-xpf-dot-charts-dot-seriespoint3dstorage-dac7a2fb.md

latest1.1 KB
Original Source

SeriesPoint3DStorage.Points Property

Returns the collection of provided series points.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SeriesPoint3DCollection Points { get; }
vb
Public ReadOnly Property Points As SeriesPoint3DCollection

Property Value

TypeDescription
SeriesPoint3DCollection

The SeriesPoint3D collection.

|

See Also

SeriesPoint3DStorage Class

SeriesPoint3DStorage Members

DevExpress.Xpf.Charts Namespace