DataLabels.Add(KeyValuePair<Int32, DataLabel>) Method
Adds a key/value pair to the data label collection.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | KeyValuePair<Int32, DataLabel> | A key/value pair to add. |
Implements
See Also