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