I meant:

.vAxis {
showLine:false;
showLabels:false;
verticalTickAligned:true;
}

--- In flexcoders@yahoogroups.com, "jensen.axel" <[EMAIL PROTECTED]> wrote:
>
> --- In flexcoders@yahoogroups.com, "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>
>


Reply via email to