Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Within ChartSelectionBehavior class, OnTouchMove() Event


On Android
Calling chart.PointToValue() with LogarithmicAxis, it returns WRONG large value (inf).
Calling chart.PointToValue() with NumericalAxis, it returns correct value.


On UWP
Calling chart.PointToValue() with NumericalAxis or
LogarithmicAxis
,
it returns correct value.


Didn't test on iOS yet

See the problem at SampleChart.cs : line 130