Hi,
I have an issue with the Telerik Chart control in Xamarin on Android - please see the attached screenshot.
I added a CartesianGridLineAnnotation using the following code:
chartCounter.Annotations.Add(new CartesianGridLineAnnotation() { Axis = verticalAxis, Value = fColorMaxContract, Stroke = Color.FromHex("EB6909"), StrokeThickness = 2, DashArray = new double[] { 8, 8 } });The line should be at value 200 but is "hanging down" on the right side. I magnified this a little so it is easier to see.
I had this issue with older versions but still in Telerik.UI.for.Xamarin v2018.3.1018.1 to which I upgraded now.
This seems like a bug to me.
Best regards,
Thomas
