Back to Devexpress

IColorizerKeyProvider Interface

corelibraries-devexpress-dot-xtracharts-7e617d70.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

IColorizerKeyProvider Members

DevExpress.XtraCharts Namespace