Reputation: 247
I need to 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
Upvotes: 0
Views: 1403
Reputation: 7003
Canvas
has a rotate()
method that will adjust its orientation for subsequent operations.
Upvotes: 1