Skip to main content

KeyColorColorizer.KeyProvider Property

Gets or sets the key provider to the KeyColorColorizer.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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