--- In flexcoders@yahoogroups.com, "chigwell23" <[EMAIL PROTECTED]> 
wrote:
>
> Hi Amy, both the column series and the line series use the same
> horizontal axis
> 
> <mx:horizontalAxis>
>   <mx:CategoryAxis id="hAxis" categoryField="mfg"/>
> </mx:horizontalAxis>
> 
> <mx:series>
>   <mx:ColumnSeries id="colPrevSeries" 
>   horizontalAxis="{hAxis}" ...
> 
>   <mx:ColumnSeries id="colCurrSeries"                           
                 
> horizontalAxis="{hAxis}" ...
> 
>  <mx:LineSeries id="percSeries"
>  horizontalAxis="{hAxis}" ...

If the Category axis is the same and the Category is the same, I'd 
expect it to line up?

Reply via email to