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

SeriesKeyColorColorizerModel.Keys Property

Returns the SeriesKeyColorColorizer.Keys property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public KeyCollection Keys { get; }

Property Value

Type Description
DevExpress.XtraCharts.KeyCollection

The collection of key objects that the colorizer uses to assign colors to series.

See Also