Back to Devexpress

SeriesPoint3DCollection Class

wpf-devexpress-dot-xpf-dot-charts-dot-seriespoint3dcollection.md

latest1.7 KB
Original Source

SeriesPoint3DCollection Class

The collection of 3D series points.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class SeriesPoint3DCollection :
    ChartElementCollection<SeriesPoint3D>
vb
Public Class SeriesPoint3DCollection
    Inherits ChartElementCollection(Of SeriesPoint3D)

The following members return SeriesPoint3DCollection objects:

Inheritance

Object Collection<SeriesPoint3D> ObservableCollection<SeriesPoint3D> ChartDependencyObjectCollection<SeriesPoint3D> ChartElementCollection<SeriesPoint3D> SeriesPoint3DCollection

See Also

SeriesPoint3DCollection Members

DevExpress.Xpf.Charts Namespace