Skip to main content

KeyColorColorizerModel.Keys Property

Gets or sets the value of the KeyColorColorizer.Keys within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public KeyCollection Keys { get; }

Property Value

Type Description
KeyCollection

The key colleciton.

See Also