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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.SimpleCollection)]
public KeyCollection Keys { get; }

Property Value

Type Description
DevExpress.XtraCharts.KeyCollection

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

See Also