Null value support for Chart for Xamarin Forms, so that if there is a null value, a line chart should appear "disconnected" at the point where the nulls are. Available in the R3 2018 SP release.
The chart BindingContext does not propagate correctly to some of its children, e.g. axes and grid. Available in the R3 2018 SP release.
Available in the 2018 R2 SP release.
When the Chart is zoomed, new labels are not rendered on iOS.
NSRangeException is thrown when second series has more items than the first one on iOS. Available in the R3 2018 SP release.
Available in the R3 2018 SP release.
Available in the R3 2018 SP release.
Available in the R3 2018 SP release.
When you declare a specific CalendarAppointmentsStyle and assign it to the AppointmentsStyle property of the RadCalendar - it is not respected. However, if you try to set it in the NativeControlLoaded event, the changes are correctly applied. Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
With the current release the chart does not update its series (and axis) when the BindingContext is set on a button click. Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
An exception is thrown on Android when this code is executed
this.chart1.VerticalAxis = new NumericalAxis { Minimum = 300, Maximum = 400 };
this.chart1.VerticalAxis = new NumericalAxis { Minimum = 100, Maximum = 200 };