I meant:
.vAxis {
showLine:false;
showLabels:false;
verticalTickAligned:true;
}--- In [email protected], "jensen.axel" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "reflexactions" <reflexactions@> > wrote: > > > > I want to hide the vertical axis, how? > > > > tks > > > > more info needed... the labels? the line? try the following i guess... > > <mx:Style> > .vAxis { > showLine:false; > showLabels:true; > verticalTickAligned:true; > } > </mx:Style> >

