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

KeyColorColorizer.Keys Property

Gets or sets the collection of keys used to colorize series points using the key-color colorizer.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public KeyCollection Keys { get; }

Property Value

Type Description
KeyCollection

A DevExpress.XtraCharts.KeyCollection object, which stores keys.

See Also