Vertically Oriented Text

Hello,


what is the easiest way to draw vertically oriented text?
We are working with TTextCells of TDiagramControl, RotateFont property doesn't seem to have any effect.
By vertically oriented font i mean for text to be displayed like this:
T
e
x
t

Regards

You have to just break the text yourself, the diagram component just draws the text, it doesn't "change" it. Add a #13#10 sequence after each character.