Ya sure. Here's a snapshot.
http://oss.oetiker.ch/rrdtool/ But I guess now that I think about it, all I need to do is plot the second line series with a negative value (so that it gets plotted below the x axis) and return the positive value in the labelFunction of Linear Axis (so that now a value 10 in second line series gets plotted at -10, however the label shows the value 10) This way I can have two y axes, one running upwards and one running downwards, pretty much what I wanted. Not sure but wil try with this approach. Lets see. Regards, Sandeep --- In [email protected], "Brendan Meutzner" <[EMAIL PROTECTED]> wrote: > > Do you have an image or example of what you're trying to accomplish? You're > able to plot values in all 4 quadrants of the x/y axis both positive and > negative, but it sounds like you want to render the axis and it's labels in > the middle of your chart with a series above and below it... is that > correct? > > Brendan > > > On 6/1/07, Sandeep Malik <[EMAIL PROTECTED]> wrote: > > > > I have got a question for charting gurus: > > > > I want to plot two line series which use same horizontal axis but one > > gets plotted above it (in +ve y axis) and other gets plotted below it > > (-ve y direction). Any ideas how to do this? > > > > Regards, > > Sandeep > > > > > > > > > > -- > Brendan Meutzner > Stretch Media - RIA Adobe Flex Development > [EMAIL PROTECTED] > http://www.stretchmedia.ca >

