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.Xpf.Charts

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

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