A newer version of this page is available.
Switch to the current version.
SeriesView3DColorEachSupportBase Class
Represents the base class for all 3D series view objects which use the color each filling for their series points (Bar 3D Series).
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public abstract class SeriesView3DColorEachSupportBase :
XYDiagram3DSeriesViewBase,
IColorEachSupportView
Public MustInherit Class SeriesView3DColorEachSupportBase
Inherits XYDiagram3DSeriesViewBase
Implements IColorEachSupportView
Remarks
The SeriesView3DColorEachSupportBase class serves as a base for classes which provide color each functionality when drawing different series points. This filling can be enabled or disabled via the SeriesView3DColorEachSupportBase.ColorEach property.
Implements
Inheritance
Object
ChartElement
SeriesViewBase
XYDiagram3DSeriesViewBase
SeriesView3DColorEachSupportBase
See Also
Feedback