Version

IndexOf Method (DataPointCollection)

Returns the index of the item in the collection
Syntax
public int IndexOf( 
   DataPoint item
)

Parameters

item
The item to check

Return Value

the zero-based index or -1 if the item isn't in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also