IColorizerKeyProvider.GetKey(Object) Method
Returns a key based on the specified object.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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