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 [email protected], "Amy" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], Maciek Sakrejda msakrejda@
> 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 the wrong time). I was asking when to call the gutter setter.
>
> Try
> <mx:Style>
> ColumnChart {
> gutterRight:20;
> gutterLeft:20;
> gutterTop:20;
> gutterBottom:20;
> }
> </mx:Style>
>



Reply via email to