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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Related API Members
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