I am using achartengine for drawing a chart in my app. So far the chart is drawn succesfully. the only problem i have is when i try to remove the legends. As for my app I feel I do not want the legends. So I used
renderer.setShowLegend(false);
and it did takeaway the legends but it also takes away the x axis labels. can anybody tell me what is happening? or where i am doing mistake.
i tried adding
renderer.setDisplayChartValues(true);
but it does not do anything.