Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public interface IColorizer :
    INotifyPropertyChanged

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