0

Disable Zooming and Panning In Xamarin Forms

LongTran2006 9 aastat tagasi uuendaja petricorde 9 aastat tagasi 1
Hello,
I am doing my application with real time plot view. The problem is that when i touch to the plot area (Panning or Zooming), the plot view stop updating. There fore i would like to ask if someone know how to disable zooming or panning or Is there any other methods to fix my problem.
Thank you very much in advance
Have you tried to set to False the isZoomEnabled and the IsPanEnabled properties on your Axes ?