Search found 1 match

by jplt
Mon Apr 16, 2012 6:38 am
Forum: Java
Topic: Android Zooming and Scrolling
Replies: 2
Views: 9295

Android Zooming and Scrolling

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 co...