Page 1 of 1

The scroll on Xamarin Forms for iOS is not working

Posted: Thu Feb 11, 2016 1:06 pm
by 18276989
Hello!

The chart on our Android app works perfectly, but on the iOS version things aren't that smooth. There is no way to scroll the chart. We are using a PCL project, I can make a quick sample app to show the issue if it is necessary. :)

Re: The scroll on Xamarin Forms for iOS is not working

Posted: Thu Feb 11, 2016 1:52 pm
by Pep
Hello,

have you tried setting the Active Panning property to true ? Please, let me know in the case it still doesn't work.

Code: Select all

tChart1.Panning.Active = true;

Re: The scroll on Xamarin Forms for iOS is not working

Posted: Thu Feb 11, 2016 3:03 pm
by 18276989
No, this didn't work.

Re: The scroll on Xamarin Forms for iOS is not working

Posted: Fri Feb 12, 2016 9:37 am
by Pep
Hello,

strange, it's working fine here. Could you please download the StandardSeries for Xamarin.Forms demo from the Steema GitHub and check if it's working fine for you ?
Most of the Charts available in the demo include zoom and scroll functionalities.