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

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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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