DataItemCollectionIndexOf Method

Returns the index of provided DataItem object in the collection.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public int IndexOf(
	DataItem aValue
)

Parameters

aValue  DataItem
A DataItem whose index to get.

Return Value

Int32
An index of provided DataItem object in the collection.

See Also