Skip to content Skip to sidebar Skip to footer

How To Replace The Legends Of Piechart Using Achartengine Api?

I am Using Achartengine Api for drawing pie chart. I am getting the legends displayed at the bottom of the Pie chart horizontally. but I want to display it on the right side of the

Solution 1:

The setMargins() API call is, as the name suggests, for setting the margins around the chart. You cannot move the legend using this and you actually cannot move the legend at all with AChartEngine. You can hide it.


Post a Comment for "How To Replace The Legends Of Piechart Using Achartengine Api?"