So I'm curious why you'd only want 1 axis... you'd never really be certain
that it correctly reflected the other 2 chart items?
So, a better solution would be to define a CaresianChart type and create 3
distinct series based on your "3 charts"... have the first series power the
bar chart, second series power the line chart, etc...  This way you can
assure that they are all reflected correctly in the axis values.

Just my 2 cents...


Brendan



On Thu, Nov 20, 2008 at 6:40 PM, maunger <[EMAIL PROTECTED]> wrote:

>   Eddie - that's perfect! THANK YOU!
>
>
> --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>,
> "EddieBerman" <[EMAIL PROTECTED]> wrote:
> >
> > Assuming ar is your AxisRenderer:
> > ar.setStyle("showLabels", false);
> > ar.setStyle('showLine', false);
> > ar.setStyle("tickPlacement", "none");
> >
> > -Eddie
> >
> > --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>,
> "maunger" <maunger@> wrote:
> > >
> > > Hi y'all
> > >
> > > i have a customer who wants 3 charts jammed together (see the
> > customer's mockup with my
> > > notes -
> > http://img.skitch.com/20081120-pqa3yk2se6m94fugee6r8dnpi4.jpg ) but
> > they only
> > > want one vertical axis with the values. I hope the image describes
> > it better than i can with
> > > text.
> > >
> > > I've not found a way to suppress the vertical axis on a chart (which
> > is what i think i need to
> > > do). I have the 3 charts ready to go, but just can't seem to get rid
> > of the axis on 2&3.
> > >
> > > Any ideas?
> > >
> > > Thanks
> > > Mitch
> > >
> >
>
>  
>



-- 
Brendan Meutzner
http://www.meutzner.com/blog/

Reply via email to