I want to print text in C# using System.Drawing, but setting the StringFormat.DirectionVirtical flag only seems to print text downward. I want it to print the other way, like you see in graphs.
This will be for more than just forms, so I want to see if there is a way to do this without using a transformation matrix while drawing.
Is there any way to accomplish this?
Use Graphics.RotateTransform to get the text rotate the way you want. For example: