DateTimeContinuousAxis does not display afternoon times correctly. They appear as 'AM'
The issue is present in a quite specific setup where а CartesianChartGrid is placed within the first column of the following Grid element: <Grid BackgroundColor="Red"> <Grid.ColumnDefinitions> <ColumnDefinition Width="15*" /> <ColumnDefinition Width="10*" /> </Grid.ColumnDefinitions> If you change the proportions to "150*" and "101*" the issue is not present anymore.
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.
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.
Bars are too thin in iOS when items are per day.
Available in the R3 2018 SP release.
A possible workaround is to manually set the MajorStepUnit and the MajorStep properties according to your setup. Edit: Avalable in R3 2017 SP release.
If series' ItemsSource is a collection of objects implementing INotifyPropertyChanged, the chart should be automatically updated when an item is updated.
Bring the LabelRotationAngle property to Axes in Xamarin.Forms. See LabelRotationAngle here for reference: http://docs.telerik.com/devtools/wpf/controls/radchartview/axes/axis
Provide more control over the series rendering
This is visible only with longer labels, check the attached image.
After setting the MajorLinesVisibility property to GridLineVisibility.Xy only the Y lines are showing up.
After setting properties like FillColor, LineColor, LineThickess, etc. they are overridden by the Chart default palette. Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
Currently the Annotation is always rendered on top of the series. Add a feature that will allow setting the series above the chart annotation.
Request for polar axis series types: - Radar Series - Phasor - Polar