Try setting canStagger="false" and canDropLabels="false" on the
horizontalAxisRenderer. Do they rotate now? If not, you can directly set
labelRotation on the horizontalAxisRenderer to "45" or something and it will
force a rotation on the labels.
Hi Susan -
Thanks for the suggestions. I tried them all, still doesn't work. I wonder if it's the font embedding that's not working correctly.
In a style tag, I've set it up as follows:
@font-face {
src: local("Arial");
}
ColumnChart {
}
Can you seen any problem there - or do you have any other suggestions?
- Tom

