corelibraries-devexpress-dot-xtracharts-dot-xydiagram3dseriesviewbase.md
Represents the base class for series view types which use the XYDiagram3D.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class XYDiagram3DSeriesViewBase :
SeriesViewBase,
IXYSeriesView,
ISeriesView,
ISupportTransparency
Public MustInherit Class XYDiagram3DSeriesViewBase
Inherits SeriesViewBase
Implements IXYSeriesView,
ISeriesView,
ISupportTransparency
The XYDiagram3DSeriesViewBase class serves as a base for classes which use the XY-Diagram 3D within a chart control (e.g. ManhattanBarSeriesView).
Properties and methods which are defined by the XYDiagram3DSeriesViewBase class implement the base series view functionality, and are common to the XY 3D-series types.
An object of the XYDiagram3DSeriesViewBase type can be accessed via the SeriesBase.View property of a series which has an appropriate view type.
IXtraSupportDeserializeCollectionItem
Show 25 items
Object ChartElement SeriesViewBase XYDiagram3DSeriesViewBase Line3DSeriesView
SeriesView3DColorEachSupportBase
FullStackedSplineArea3DSeriesView
SideBySideFullStackedBar3DSeriesView
SideBySideStackedBar3DSeriesView
See Also