wpf-devexpress-dot-xpf-dot-charts-dot-series3dbase.md
The base class for a series and a series template.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class Series3DBase :
Chart3DNonVisualElement,
ISeriesBase,
ILegendVisible
Public MustInherit Class Series3DBase
Inherits Chart3DNonVisualElement
Implements ISeriesBase,
ILegendVisible
The following members return Series3DBase objects:
This class contains common series properties, listed in the table below.
| Property | Description |
|---|---|
| Series3DBase.View | Gets or sets the view of the series. |
| Series3DBase.Label | Gets or sets settings of series labels. |
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DevExpress.Xpf.Charts.Chart3DNonVisualElement Series3DBase Series3D
See Also