IndexOf

DataLabelCollection.IndexOf method

Returns an index of the specified DataLabel in the collection.

public int IndexOf(IDataLabel value)
ParameterTypeDescription
valueIDataLabelDataLabel to find.

Return Value

Index of a DataLabel or -1 if DataLabel not from this collection.

See Also