Is there a way to display the text on a label vertically. I'm trying to put labels at the bottom of a graph so I have plenty of vertical space, but not much horizontal space. I know I can use graphics.DrawString with a StringFormat whose FormatFlags is set to DirectionVertical, but I want to do this on a label instead. Any ideas? Thanks.