--- In [email protected], "reflexactions" <[EMAIL PROTECTED]>
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