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?
Asked
Active
Viewed 276 times
2 Answers
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.

karthikeya koppuravuri
- 39
- 1
- 5