Back to Devexpress

IColorizerValueProvider Interface

wpf-devexpress-dot-xpf-dot-charts-f6560fac.md

latest1.3 KB
Original Source

IColorizerValueProvider Interface

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public interface IColorizerValueProvider
vb
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

IColorizerValueProvider Members

DevExpress.Xpf.Charts Namespace