Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

public KeyCollection Keys { get; }

Property Value

Type Description
KeyCollection

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

See Also