How do I control the spacing of labels along the x- axis? Some of the column descriptions in my chart are long and run into one another.
As an alternative, how can I force the label to be 2 lines? I've tried inserting <br> into the textblock text, but this does not seem to have the desired effect.
I've also set
As an alternative, how can I force the label to be 2 lines? I've tried inserting <br> into the textblock text, but this does not seem to have the desired effect.
I've also set
IntelligentLabelsEnabled
="True"
as well as
XAxis
AutoScale="True"
but these settings did not seem to affect the X axis labels