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}" ...


--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote:
>
> --- In flexcoders@yahoogroups.com, "Josh McDonald" <dznuts@> wrote:
> >
> > Not sure I follow what you want, but could you manipulate a view of 
> your
> > data, rather than having to mess about with charting internals? I 
> don't know
> > much about charting so I don't know how much you can customize without
> > getting into the secret sauce :)
> 
> I'd think you could use a data function on the lineSeries to force it 
> to use the axis of the bar series.
> 
> Just a thought;
> 
> Amy
>


Reply via email to