Chart CategoryAxis labels vertical?

When using a DateTime as the CategoryAxis, it's hard to see as it is wide and overlaps a lot. Is there a way to turn the CategoryAxis labels vertical?

Hi @terryfryar,

This isn't supported at the moment but we have it as an item on our todo list. A possible workaround is to change the formatting of the label to use shorter dates similar to our online demo:

<RadzenCategoryAxis Padding="20" FormatString="{0:MMM}" />