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

ChartColorizerBase Class

The base class for all chart colorizers.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class ChartColorizerBase :
    ChartElement,
    IColorizer,
    INotifyPropertyChanged,
    IXtraSupportShouldSerialize

Remarks

This class introduces the ChartColorizerBase.GetPointColor method to obtain the color for a series point and the ChartColorizerBase.GetAggregatedPointColor method to obtain the color for an aggregated point.

Implements

See Also