I am working on a PieChart that needs to display Legends different from Titles displayed on the Top of Chart.But I Could not find any method neither in CategorySeries nor in DefaultRenderer to do the Same. By default it is Setting the Legend and Title Same for the PieChart.
How To Set Category Titles different from Category Legends in achartengine..?
You can hide the labels, but you cannot display different labels than the ones in the legend. In order to do that, you would have to checkout the AChartEngine source code and extend it to support the feature you need.