This may sound goofy. Try increasing the number of
entries across the horizontal axis.
I have an app that angles the names of people across the
bottom axis, but only after I reach a certain number of people. If you
can, try doing that and see if it does angle the entries.
Jeff
From: Susan Chang [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 10, 2005 1:30 PM
To: [email protected]
Subject: RE: [flexcoders] axis label rotation
The syntax looks correct. What OS are you on? Have you
tried another font? Can you attach a screenshot of what you
see?
Thanks!
Susan
From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 10, 2005 12:49 PM
To: [email protected]
Subject: RE: [flexcoders] axis label rotation
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

