ibrahimsaputra / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Feature : Call back on zoom #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to get a callback on pinch zoom ?

When my chart zooms I turn on values at point to give that extra level of 
detail and need to do it when they pinch to zoom in/out to turn it on & off 
again.

Original issue reported on code.google.com by chris.fo...@gmail.com on 24 Jan 2011 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 3 Feb 2011 at 12:15

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 30 May 2011 at 5:53

GoogleCodeExporter commented 9 years ago
Fixed in svn rev. r234.
mChartView.addZoomListener();

Original comment by dandrome...@gmail.com on 4 Jul 2011 at 5:18

GoogleCodeExporter commented 9 years ago
This works great, but there is no callback on reset of zoom.

Original comment by chris.fo...@gmail.com on 9 Jul 2011 at 10:02