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

At 02:23 PM 2/10/2005, you wrote:
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 {
                font-family: chartLabelFont;
        src: local("Arial");
    }

    ColumnChart {
                font-family: chartLabelFont;
                gridLinesStyle: vBarGridlines;
                verticalAxisStyle: linedNumericAxis;
                horizontalAxisStyle: hangingCategoryAxis;
    }

Can you seen any problem there - or do you have any other suggestions?

- Tom

Reply via email to