Chart for Xamarin.iOS: Scatter Series
TKChartScatterSeries
plots its data along two axes. Scatter series identify the position of each point using two dimensional values - XValue and YValue for the horizontal and vertical axes respectively, just like in the typical Cartesian coordinate system.
Here is how to create a TKChartScatterSeries and populate them manually:
Customizing the visual appearance
In addition, you can change a point background color by using the following lines of code:
Configure input and selection of line series
Here is how to configure the distance between finger touch and line to perform selection: