gorteganesh / achartengine

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

How to eliminate zoom image from a linechart #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Draw a line chart with no images for zoom. 

Please provide a source code snippet that we can use to replicate the issue.

What version of the product binary library are you using?

Please provide any additional information below.

Hi. I want to draw line chart where the images for zoom will be not present. 
How can I do this. 

Original issue reported on code.google.com by fhaque.c...@gmail.com on 28 Jun 2011 at 10:56

GoogleCodeExporter commented 9 years ago
I find out the solution. If anyone need this he can use this. 
to disable zoom images I use 
renderer.setZoomEnabled(false, false);
to disable Pan movement I use
        renderer.setPanEnabled(false, false);

Original comment by fhaque.c...@gmail.com on 29 Jun 2011 at 5:27

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 29 Jun 2011 at 11:21