SeriesView3DColorEachSupportBase Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class SeriesView3DColorEachSupportBase :
XYDiagram3DSeriesViewBase,
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.
#Inheritance
See Also