Page 1 of 1

Android Zooming and Scrolling

Posted: Mon Apr 16, 2012 6:38 am
by 17060894
Hi,

I have a problem when trying to implement zoom and scroll (candlestick chart) in android. I want to implement FullChart for Zooming and have try this code:
chart.getZoom().setZoomStyle(ZoomStyle.FULLCHART);
But there is no response at all when I'm trying to zoom with 2 fingers. Seems like the code doesn't work.

am I doing wrong? Really need help. Thank you.

Re: Android Zooming and Scrolling

Posted: Wed Apr 18, 2012 2:15 pm
by yeray
Hi,

It seems it doesn't work in this release. I've added it to the wish list to be revised asap (TJ71016156).

Re: Android Zooming and Scrolling

Posted: Fri May 16, 2014 1:46 pm
by yeray
Hello,
Yeray wrote:It seems it doesn't work in this release. I've added it to the wish list to be revised asap (TJ71016156).
This seems to work fine with the actual version so I've closed the ticket:
http://bugs.teechart.net/show_bug.cgi?id=433

Also note we've just implemented a new ZoomStyle.INCHART_MULTI that rescales the axes following the pinch gesture.
This will be available with the next maintenance release.