Android Zooming and Scrolling
Posted: Mon Apr 16, 2012 6:38 am
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.
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.