android - Is there any property of render to scroll linchart horizontaly by more than 1 point? -
android - Is there any property of render to scroll linchart horizontaly by more than 1 point? -
when scroll chart in horizontal direction scroll 1 point there render property create chart scroll more 1 point.
i.e. when scroll wee should straight shift more 1 point.
(i using achartengine draw line chart) in advance.
you can add together panlistener graphicalview , handle there
graphicalview mchartview; mchartview.addpanlistener(mpanlistener); ....... panlistener mpanlistener = new panlistener() {      @override     public void panapplied() {           //manage scrolling  alternative here     } };        android achartengine linechart 
 
Comments
Post a Comment