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.
Android Zooming and Scrolling
Re: Android Zooming and Scrolling
Hi,
It seems it doesn't work in this release. I've added it to the wish list to be revised asap (TJ71016156).
It seems it doesn't work in this release. I've added it to the wish list to be revised asap (TJ71016156).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Android Zooming and Scrolling
Hello,
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.
This seems to work fine with the actual version so I've closed the ticket:Yeray wrote:It seems it doesn't work in this release. I've added it to the wish list to be revised asap (TJ71016156).
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |