hey frnds,
could u help in solving 
1 flex chart issue,
i have 300*250 size application,
in that showing more data like 10 records at X axis, i'm using label
rotation for X axis.
I found that labels of X axis are not visible properlly, when i write
font-size:20 at stylessheet, like
    @font-face {
            src: local("Arial");
            font-family: EmbeddedArial;            
        }

      LineChart {
            font-family: EmbeddedArial;  
            fontSize: 20; 
        }

it is increasing size of both x and y axis.
could we increase the only size of y axis which is rotated?
thx in advanced,
abhishekche...@gmail.com

Reply via email to