Back to Devexpress

DataLabelCollection.FindByIndex(Int32) Method

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

latest1.5 KB
Original Source

DataLabelCollection.FindByIndex(Int32) Method

Gets an item by its index in the collection.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Parameters

NameTypeDescription
itemIndexInt32

The index of an item in a collection.

|

Returns

TypeDescription
DataLabel

A DataLabel object.

|

Remarks

If the item with the specified index is not found, the method returns null.

See Also

DataLabelCollection Interface

DataLabelCollection Members

DevExpress.Spreadsheet.Charts Namespace