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

Description
Tapping on data points displayed using a scatter series is too difficult compared to tapping a point of the same size displayed using a line series. After some investigation, we found that to successfully tap a line series point the tapped portion of the screen must touch the edge of the data point. For scatter series however, the center of the touched portion of the screen must touch the edge of the data point.

This significantly reduces the "effective" tapable area of the scatter series data points and negatively impacts our user experience.

Repro Steps
  1. On an android device, in settings -> Developer Options: enable the Show Touches option.
  2. Open a project that includes a scatter series.
  3. Begin tapping the screen getting closer and closer to the center of the scatter series data point
Expected Result
The tap will register as soon as the taped area overlaps the edge of the data point.

Observed Result
The tap does not register until the center of the taped area overlaps the edge of the data point.