Skip to main content

SeriesPoint3DStorage.Points Property

Returns the collection of provided series points.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SeriesPoint3DCollection Points { get; }

Property Value

Type Description
SeriesPoint3DCollection

The SeriesPoint3D collection.

See Also