githubbub / achartengine

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

XYMultipleSeriesRenderer is not overrideing setZoomEnabled(boolean) #304

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setZoomEnabled(false);
2. getZoomEnabled() will be true 

What is the expected output? What do you see instead?

getZoomEnabled() should be false, the same behaviour as with 
setPanEnabled(false)

Original issue reported on code.google.com by wakka...@gmail.com on 15 May 2013 at 3:55

GoogleCodeExporter commented 9 years ago
It is setZoomEnabled(false, false);

Original comment by dandrome...@gmail.com on 15 May 2013 at 4:01

GoogleCodeExporter commented 9 years ago
It is inconsistent.
setPanEnabled(boolean) is overridden, while setZoomEnabled(boolean) is not.

Original comment by wakka...@gmail.com on 15 May 2013 at 4:53