A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public interface IColorizer :
INotifyPropertyChanged
<TypeConverter(GetType(LocalizableExpandableObjectTypeConverter))>
Public Interface IColorizer
Inherits INotifyPropertyChanged
Related API Members
The following members accept/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
Feedback