Page 1 of 1

Panning and zooming in Android

Posted: Wed Mar 07, 2012 3:16 pm
by 17061873
Hello,
I would like to know if it is possible to have both features in the same chart, maybe zoom with pinch and panning with one finger movment.
I now have panning working in this way:

Code: Select all

chart.getPanning().setMouseButton(FrameworkMouseEvent.BUTTON1);
chart.getPanning().setAllow(ScrollMode.HORIZONTAL);
Your help will be very much appreciated,
Meir, Investsoft ltd.

Re: Panning and zooming in Android

Posted: Wed Mar 07, 2012 4:50 pm
by yeray
Hi Meir,

Take a look at the "Tutorial 8 - Zoom and Scroll". You could use ZoomStyle.FULLCHART as explained there.

Re: Panning and zooming in Android

Posted: Mon Nov 19, 2012 2:50 am
by 17064099
I use ZoomStyle.FULLCHART but get a poor performance, maybe I do something wrong, but I read other cases the same thing happens, for guidance on multi touch zoom, is a video where I show what happens, it only works when I put four fingers in the tablet (samsung)

http://www.youtube.com/watch?v=JHE08Ren11U

Re: Panning and zooming in Android

Posted: Mon Nov 19, 2012 11:48 am
by Marc
Hello,

We'll look at this more closely to see if we can come up with any suggestions or improvements.

Regards,
Marc Meumann

Re: Panning and zooming in Android

Posted: Mon Nov 19, 2012 12:50 pm
by 17064099
Hello,

thanks for replying, when I could be this release, I see that this problem has at least eight months

regards

Re: Panning and zooming in Android

Posted: Fri Nov 30, 2012 4:13 pm
by yeray
Hi,

We've added it to the wish list to be revised asap, but I can't tell you when this will be fixed.