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.
I am using achartengine for creating piecharts in android. Now everything is going fine
Share
Call
renderer.setPanEnabled(false);on theDefaultRendererobject.