Back to Devexpress

IColorizer Interface

corelibraries-devexpress-dot-xtracharts-5685a12b.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public interface IColorizer :
    INotifyPropertyChanged
vb
Public Interface IColorizer
    Inherits 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

IColorizer Members

DevExpress.XtraCharts Namespace