Page 1 of 1

Need help with custom axes

Posted: Thu Jan 29, 2004 5:54 pm
by 8123414
Hi,

I want to plot some time series data on a chart, i.e. with date-time on the x-axis and the other parameter(s) on the y-axis. I want to display each of the parameters on its own custom axis. For example, the first parameter should start at the bottom of the chart and go 25% up the chart, the second should start at 25% up and go to 50% etc. The outcome should look like a series of mini-plots stacked on top of eachother (with a common x-axis). Ideally I'd like the colour of the axis (incl. ticks and labels) to match the colour of the series. How can I achieve this?

Thanks

Paul

Posted: Fri Jan 30, 2004 6:55 am
by Marjan
Hi, Paul.

I think the feature you need (multiple custom axes) is demonstrated in TeeChart NET demo. Especially, check the all examples under eht "All Features -> Axes demo node) : Opaque zones, Permanent custom axes and Scrolling multiple axes.

Posted: Fri Jan 30, 2004 3:47 pm
by 8123414
Doh!! Thanks Marjan