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

IColorizerValueProvider Interface

Interface that should be implemented by any class that can be used as a value provider for a RangeColorizer.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public interface IColorizerValueProvider

The following members return IColorizerValueProvider objects:

Remarks

This interface introduces the IColorizerValueProvider.GetValue method that allows obtaining a numeric value for the specified object.

See Also