corelibraries-devexpress-dot-xtracharts-c441113f.md
The base class for all chart colorizers.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class ChartColorizerBase :
ChartElement,
IColorizer,
INotifyPropertyChanged,
IXtraSupportShouldSerialize
Public MustInherit Class ChartColorizerBase
Inherits ChartElement
Implements IColorizer,
INotifyPropertyChanged,
IXtraSupportShouldSerialize
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.
Object ChartElement ChartColorizerBase ChartPaletteColorizerBase
See Also