I am developing an app in which i am implementing Achart engine line chart. Everything is working fine. I want to set the chart title to two lines if it is big title. But there is no option given, to set it to two lines. How can i do that? Can any one of you help me?
Share
I have never been in such situation but seeing you question I did some RnD on the Source code of the AChartEngine open source code.
And I found this two things :
1) in code where they set tile Line no 251
2) and XML file for the same
but there is nothing which can stop the TextView to be more than single line.
I am not enough capable that I file this as bug..
But As far as I understand You will have to figur out something else for you as there is no any other option using the library for this thing.