RMK
RMK

Reputation: 247

Rotate text in Android?

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

Answers (1)

Blrfl
Blrfl

Reputation: 7003

Canvas has a rotate() method that will adjust its orientation for subsequent operations.

Upvotes: 1

Related Questions