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

IColorizerKeyProvider Interface

Interface that should be implemented by any class that can be used as a key provider for KeyColorColorizer.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public interface IColorizerKeyProvider

The following members return IColorizerKeyProvider objects:

Remarks

This interface introduces the IColorizerKeyProvider.GetKey method that allows obtaining a key value for the specified object.

See Also