Skip to main content

IColorizerKeyProvider.GetKey(Object) Method

Returns a key based on the specified object.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

object GetKey(
    object item
)

Parameters

Name Type Description
item Object

A Object on which the key is based.

Returns

Type Description
Object

A Object specifying the key.

See Also