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

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

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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.

See Also