DataLabels.TryGetValue(Int32, out DataLabel) Method
Returns the value associated with the specified key.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| key | Int32 | A key that identifies a point index. |
| value | DataLabel | When this method returns, contains the value for the key if found. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Implements
See Also