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}" />
Hi @korchev,
how is it going with that item in todo list? And is there any change to track it?
Regards,
Anton.
There is a forum thread that shows how to rotate the labels. Other than that we don't have immediate plans to implement that.
1 Like