Open GoogleCodeExporter opened 9 years ago
My use case for this is to be able to change the color of the labels when the
chart goes negative. But supporting styled text is a very simple way of
allowing all kinds of custom formatting with almost no effort on the library's
part.
Original comment by zvasv...@gmail.com
on 14 Jul 2012 at 3:19
I don't understand the advantage of doing this. Can you please provide an
example?
Original comment by dandrome...@gmail.com
on 15 Jan 2013 at 1:53
As I mentioned -- it allows you to displayed styled text, using, for example a
SpannedString. SpannedString is not a String, but a CharSequence.
http://developer.android.com/reference/android/text/SpannedString.html
Original comment by android....@gmail.com
on 16 Jan 2013 at 12:57
A good example:
http://www.androidengineer.com/2010/08/easy-method-for-formatting-android.html
Original comment by williams...@gmail.com
on 13 Feb 2014 at 4:40
Original issue reported on code.google.com by
zvasv...@gmail.com
on 12 Jul 2012 at 3:12