Back to Devexpress

DataLabelCollection.Add(Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-datalabelcollection-dot-add-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

DataLabelCollection.Add(Int32) Method

Creates a new item and adds it to the collection.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
DataLabel Add(
    int itemIndex
)
vb
Function Add(
    itemIndex As Integer
) As DataLabel

Parameters

NameTypeDescription
itemIndexInt32

An integer that is the index of the data label item.

|

Returns

TypeDescription
DataLabel

A DataLabel object that is the newly added element in the collection.

|

See Also

DataLabelCollection Interface

DataLabelCollection Members

DevExpress.Spreadsheet.Charts Namespace