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.v20.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public KeyCollection Keys { get; }

Property Value

Type Description
KeyCollection

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

See Also