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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public abstract class SeriesViewColorEachSupportBase :
XYDiagramSeriesViewBase,
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.
Inheritance
Object
ChartElement
SeriesViewBase
XYDiagram2DSeriesViewBase
XYDiagramSeriesViewBase
SeriesViewColorEachSupportBase
See Also