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

KeyColorColorizer3D.Keys Property

Gets or sets the collection of color keys.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public ColorizerKeysCollection Keys { get; set; }

Property Value

Type Description
ColorizerKeysCollection

The key collection.

See Also