Ok, got it.  I removed them with the following. Maybe their is an
easier way, but this worked.

<mx:backgroundElements>
                                                                <mx:Array>
                                                                        
<mx:GridLines direction="both">
                                                                                
<mx:verticalStroke>
                                                                                
        <mx:Stroke alpha="0" weight="1" color="#CCCCCC"/>
                                                                                
</mx:verticalStroke>
                                                                        
</mx:GridLines>
                                                                </mx:Array>
                                                        </mx:backgroundElements>
--- In [email protected], "Jim Robson" <[EMAIL PROTECTED]> wrote:
>
> Hi Jason,
> 
> You can do this using AxisRenderers, as follows:
> 
> <!-- Set look & feel for y-axis -->
> <mx:verticalAxisRenderer>
> <mx:AxisRenderer showLabels="false" showLine="false"
> tickPlacement="none" />
> </mx:verticalAxisRenderer>
> 
> <!-- Set look & feel for x-axis -->
> <mx:horizontalAxisRenderer>
> <mx:AxisRenderer showLabels="false" showLine="false" 
> tickPlacement="none">
> </mx:AxisRenderer>
> </mx:horizontalAxisRenderer>
> 
> HTH
> Jim
>


Reply via email to