IColorizerKeyProvider.GetKey(Object) Method
Returns a key based on the specified object.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| colorKey | Object | A Object on which the key is based. |
Returns
| Type | Description |
|---|---|
| Object | A Object specifying the key. |
See Also