A newer version of this page is available.
Switch to the current version.
SeriesViewColorEachSupportBase Class
Represents the base class for all series view objects which use the color each filling for their series points (Bar Series, Point and Line Series and Gantt Series).
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public abstract class SeriesViewColorEachSupportBase :
XYDiagramSeriesViewBase,
IColorEachSupportView
Public MustInherit Class SeriesViewColorEachSupportBase
Inherits XYDiagramSeriesViewBase
Implements IColorEachSupportView
Remarks
The SeriesViewColorEachSupportBase 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 SeriesViewColorEachSupportBase.ColorEach property.
Implements
See Also
Feedback