I see what you mean. At least I think I do. Try this in your <mx:PlotChart> declaration:
<mx:backgroundElements> <mx:GridLines horizontalShowOrigin="false"/> </mx:backgroundElements> There are other options with the GridLines class that you may want or need to set as well. --- In [email protected], "Geoffrey" <[EMAIL PROTECTED]> wrote: > > That property actually removes the thick light blue line that is drawn > between the chart body and the actual axis labels. This is not the > "zero line". > > I'm using a PlotChart, so I've checked all of its properties and those > of LinearAxis and DateTimeAxis. Nothing stands out. > > ~Geoff > > --- In [email protected], "Doug Lowder" <douglowder@> wrote: > > > > Check out the showLine style of AxisRenderer. Seems like > > showLine="false" ought to do what you want. > > > > --- In [email protected], "Geoffrey" <gtb104@> wrote: > > > > > > Is there a way to turn off the line that gets drawn to show where 0 > > > (zero) is along the y axis? My y axis is a LinearAxis with a minimum > > > less than 0 (zero). I have baseAtZero set to false, and autoAdjust > > > set to false. > > > > > > Thanks, > > > Geoff > > > > > >

