DataLabelCollection.Add(Int32) Method
In This Article
Creates a new item and adds it to the collection.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item |
Int32 | An integer that is the index of the data label item. |
#Returns
Type | Description |
---|---|
Data |
A Data |
See Also