Moving pie chart in Achartengine

achartengine, android

Solution

Call `renderer.setPanEnabled(false);` on the `DefaultRenderer` object.

Problem

I am using achartengine for creating piecharts in android. Now everything is going fine except that my pie chart can be dragged/moved to anywhere within the layout. I want my pie chart to be fixed at its own location.

Original source