Multiple Line Label in AChartEngine based BarChart
问题 I'm writing an application for Android which contains Bar Charts, The Bar Chart is built by using the AChartEngine API. The X axis label is quite long and overlaps the other labels, I was wondering if it is possible to have a line break in the label or have a multiple line label. I tried going through the API documentation but i found no answers and Google proves to be no better. 回答1: I dont think you can break xlable directly but i tried to rotate the lables so that they fit the page