Rotate text in Android?
I need t开发者_开发问答o rotate text in Vertical by using Canvas (canvas.drawText).I need to use that in Barchart.How to do this?
As like a following Image
Canvas has a rotate() method that will adjust its orientation for subsequent operations.
加载中,请稍侯......
精彩评论