SeriesPoint3DStorage.Points Property
In This Article
Returns the collection of provided series points.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SeriesPoint3DCollection Points { get; }
#Property Value
Type | Description |
---|---|
Series |
The Series |
See Also