XYDiagram3DSeriesViewBase Class
Represents the base class for series view types which use the XYDiagram3D.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public abstract class XYDiagram3DSeriesViewBase :
SeriesViewBase,
IXYSeriesView,
ISeriesView,
ISupportTransparency
Remarks
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.
Inheritance
Object
ChartElement
SeriesViewBase
XYDiagram3DSeriesViewBase
See Also