IColorizer Interface
An interface that should be implemented by any class that can be used as colorizer for the chart’s series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public interface IColorizer :
INotifyPropertyChanged
Related API Members
The following members return IColorizer objects:
Remarks
This interface introduces the IColorizer.GetPointColor method to obtain the color for a series point and the IColorizer.GetAggregatedPointColor method to obtain the color for an aggregated point.
See Also