yunjianwu / achartengine

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

setPanEnabled( false ) doesn't work #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I create a simple chart with a XYMultipleSeriesRenderer.
Trying to prefent the chart from swiping doesn't work at all.

mRenderer.setPanEnabled( false, false ); // doesn't work

additionally

mRenderer.setClickEnabled( false );

doesn't help

Original issue reported on code.google.com by spam8...@gmail.com on 10 Mar 2013 at 6:50

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 23 Mar 2013 at 2:19