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

KeyColorColorizer.KeyProvider Property

Gets or sets the key provider to the KeyColorColorizer.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public IColorizerKeyProvider KeyProvider { get; set; }

Property Value

Type Description
IColorizerKeyProvider

An object of the class implementing the IColorizerKeyProvider interface.

Remarks

Currently, an object of the ObjectKeyProvider class is used by default.

See Also