Re: [flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Maciek Sakrejda
-Original Message- From: Amy [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: horizontal axis chart label size when chart has minimal height Date: Wed, 24 Sep 2008 23:13:55 - --- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Amy
--- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL PROTECTED] wrote: Sorry--I wasn't clear. There's a gutter property on the AxisRenderer, but when I set it explicitly, one of the methods called by the setter throws a null reference error (presumably because I'm calling the setter at

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Tim Hoff
Sorry Maciek, got a late start today. Amy's CSS is correct. You can also set the gutter dimensions on the ColumnChart tag in mxml. Try using a big number first; like 200. I don't think that 20 is going to be enough to solve the problem. -TH --- In flexcoders@yahoogroups.com, Amy [EMAIL

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Amy
--- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Sorry Maciek, got a late start today. Amy's CSS is correct. You can also set the gutter dimensions on the ColumnChart tag in mxml. Try using a big number first; like 200. I don't think that 20 is going to be enough to

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Tim Hoff
Ha. Want to thank Ely for passing on this solution to me. -TH --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote: Sorry Maciek, got a late start today. Amy's CSS is correct. You can also set the gutter dimensions

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-24 Thread Tim Hoff
Hey Maciek, Setting an explicit gutter value fixed a similar problem that had once with the labels on a chart. If I remember correctly, the label's font will become illegible when the labelSizeLimt is met, or the label dimensions force the font to be below the fontSize; because the label's

Re: [flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-24 Thread Maciek Sakrejda
-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: horizontal axis chart label size when chart has minimal height Date: Wed, 24 Sep 2008 20:25:15 - Hey Maciek, Setting an explicit gutter value fixed a similar problem that had once with the labels on a chart

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-24 Thread Amy
--- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL PROTECTED] wrote: Tim, Do you know when you set the gutter? The gutter set is throwing a null reference error for me. The docs say it should be set by the chart, so I suppose that's partially why, but I hope I can work around