DataSeriesCollectionIndexOf Method
Determines the index of a specific DataSeries.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public int IndexOf(
DataSeries aValue
)
Public Function IndexOf (
aValue As DataSeries
) As Integer
- aValue DataSeries
- The DataSeries to locate in the collection.
Int32The index of value if found in the list; otherwise, -1.