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.
The scroll on Xamarin Forms for iOS is not working
-
- Newbie
- Posts: 15
- Joined: Tue Nov 17, 2015 12:00 am
Re: The scroll on Xamarin Forms for iOS is not working
Hello,
have you tried setting the Active Panning property to true ? Please, let me know in the case it still doesn't work.
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;
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 15
- Joined: Tue Nov 17, 2015 12:00 am
Re: The scroll on Xamarin Forms for iOS is not working
No, this didn't work.
Re: The scroll on Xamarin Forms for iOS is not working
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.
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.
Pep Jorge
http://support.steema.com
http://support.steema.com