DataSeriesCollectionIndexOf Method

Determines the index of a specific DataSeries.

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(
	DataSeries aValue
)

Parameters

aValue  DataSeries
The DataSeries to locate in the collection.

Return Value

Int32
The index of value if found in the list; otherwise, -1.

See Also