I had the same problem, and wasn't about to get it completely
eliminated. I used the following styles on my AxisRenderer for both
the horizontal and vertical axes:

showLabels: false;
showLine: false;
tickPlacement: none;
minorTickPlacement: none;
axisStroke: ClassReference(Stroke);

I did this in code, but it should be possible via CSS too, although my
experience with CSS is that it isn't very reliable.

Note that I didn't want the axis appearing at all - if you do, you
will have to adjust the styles.

If you're still stuck, I suggest you look in the Flex source code, at
the AxisRenderer.as file to see how it renders the axisrenderer, and
then change it. The chart classes might help too.

2009/1/30 Vik S. Kumar <vik....@gmail.com>:
> Hie
>
> any idea on http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?
> forumid=60&catid=585&threadid=1419947&enterthread=y
>
> i m not able to reduce un-necessary space in right and bottom side of
> chart components
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>
>
>
>

Reply via email to