I am Using achartengine api for drawing piechart. Defaultly the Piechart displays in the center but I want to move it to the left corner of the layout I used the
“setMargin()” but it does not work.
I am Using achartengine api for drawing piechart. Defaultly the Piechart displays in the
Share
If you are creating the
PieChartinstance yourself then you can set thecenterXandcenterYof the chart to change its location.