Chart for Xamarin.iOS: Line Series
TKChartLineSeries
plot their data points on Cartesian Area. Points are connected with straight lines. Here is how to set up a few line series:
Configure input and selection of line series
If you would like to configure the distance between finger touch and line to perform selection, set Selection
property:
If you would like to change the series' stroke, you should use the following code snippet:
Set null values visualization
In order to determines whether gaps should be displayed when there are nil values use DisplayNilValuesAsGaps
property: