0

I am trying to implement zoom and panning in oxyplot Linear series but it does not recognise the zoom or panning. I am using IsZoomEnabled = true, IsPanEnabled = true in both the axis. Am I missing anything?

2 Answers2

1

This is a very old issue that has not yet been resolved.

Update: I found another issue link and tested work of OxyPlot.Core 1.0.0 with Xamarin.Forms project. And zoom works fine!

FLEX10K
  • 11
  • 3
0

Answering my own question if this can help anyone who is looking for a solution.

I have removed OxyPlot.Core 2.0 and only used OxyPlot.Xamarin.Forms nuget package across PCL, Android, and IOS . This solved the zoom and panning issue that I have been facing in OxyPlot.Core package.