Back to Devexpress

XYSeries3D Class

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

latest2.3 KB
Original Source

XYSeries3D Class

Serves as a base for all 3D XY-series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class XYSeries3D :
    XYSeries,
    IXYSeriesView,
    ISeriesView
vb
Public MustInherit Class XYSeries3D
    Inherits XYSeries
    Implements IXYSeriesView,
               ISeriesView

Implements

ILegendVisible

Inheritance

Show 20 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Series XYSeries XYSeries3D AreaSeries3D

BarSeries3D

MarkerSeries3D

BubbleSeries3D

AreaFullStackedSeries3D

AreaStackedSeries3D

PointSeries3D

BarSideBySideSeries3D

See Also

XYSeries3D Members

XYDiagram3D

DevExpress.Xpf.Charts Namespace