Back to Devexpress

Series3DCollection Class

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

latest1.6 KB
Original Source

Series3DCollection Class

The collection of 3D series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class Series3DCollection :
    ChartElementCollection<Series3D>
vb
Public Class Series3DCollection
    Inherits ChartElementCollection(Of Series3D)

The following members return Series3DCollection objects:

Inheritance

Object Collection<Series3D> ObservableCollection<Series3D> ChartDependencyObjectCollection<Series3D> ChartElementCollection<Series3D> Series3DCollection

See Also

Series3DCollection Members

DevExpress.Xpf.Charts Namespace