When navigate to page with ScrollView and charts through PushAsync method and its animation option is true, the ScrollView freezes.
Navigation.PushAsync (new ChartsPage (), true); // ScrollView freezes
Workaround:
Navigation.PushModalAsync (new ChartsPage (), true); // ScrollView does not freezeRequest for polar axis series types: - Radar Series - Phasor - Polar
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
In some cases, a redundant extra tick is drawn when using a DateTimeContinuousAxis.
Ability to set a custom Trackball details DataTemplate. This would allow for two scenarios: - Custom Styling - Show other values alongside data point values
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.
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.
<telerikChart:RadCartesianChart.Grid> <telerikChart:CartesianChartGrid MajorLinesVisibility="Y" StripLinesVisibility="Y" MajorLineThickness="5"/> </telerikChart:RadCartesianChart.Grid> MajorLineThickness isn't applied on Android, the line thickness remains the same regardless of value set in the CatersianChartGrid definition. 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.
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.