The scroll on Xamarin Forms for iOS is not working

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
IliaStoilov
Newbie
Newbie
Posts: 15
Joined: Tue Nov 17, 2015 12:00 am

The scroll on Xamarin Forms for iOS is not working

Post by IliaStoilov » Thu Feb 11, 2016 1:06 pm

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

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

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

Post by Pep » Thu Feb 11, 2016 1:52 pm

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;

IliaStoilov
Newbie
Newbie
Posts: 15
Joined: Tue Nov 17, 2015 12:00 am

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

Post by IliaStoilov » Thu Feb 11, 2016 3:03 pm

No, this didn't work.

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

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

Post by Pep » Fri Feb 12, 2016 9:37 am

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.

Post Reply