Back to Devexpress

Series3DBase Class

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

latest2.1 KB
Original Source

Series3DBase Class

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

Declaration

csharp
public abstract class Series3DBase :
    Chart3DNonVisualElement,
    ISeriesBase,
    ILegendVisible
vb
Public MustInherit Class Series3DBase
    Inherits Chart3DNonVisualElement
    Implements ISeriesBase,
               ILegendVisible

The following members return Series3DBase objects:

Remarks

This class contains common series properties, listed in the table below.

PropertyDescription
Series3DBase.ViewGets or sets the view of the series.
Series3DBase.LabelGets or sets settings of series labels.

Implements

ILegendVisible

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DevExpress.Xpf.Charts.Chart3DNonVisualElement Series3DBase Series3D

Series3DTemplate

See Also

Series3DBase Members

DevExpress.Xpf.Charts Namespace