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.v18.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SeriesViewColorEachSupportBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also