Oxyplot xamarin forms pinch zoom and panning not working for Linear series

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?

Upvotes: 1

Views: 355

Answers (3)

Krink
Krink

Reputation: 25

I also faced the same problem in my Xamarin application. After I installed OxyPlot.Xamarin.Forms 1.0.0 and OxyPlot.Core 1.0.0 nugets the problem was solved.

Upvotes: 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.

Upvotes: 1

FLEX10K
FLEX10K

Reputation: 11

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!

Upvotes: 1

Related Questions