Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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.

See Also