Page 1 of 1

several line with the same X-Axis

Posted: Tue Dec 19, 2006 9:53 am
by 9788246
Hi..
In my TChart I have a few lineseries. Wenn I show all of them at the sam time it becomes hard to read them all. I used interpolation to show the each y-value of the lines, but the customer want to see all of the lines separate in the same chart.
That means we have just one chart (X axis), but the Y-axis is devided into several parts. Each of these parts shows a line series.

Is it possible?

Y
|
| line1
|..................
|
|line2
|..................
|line3
|____________________ X

Posted: Tue Dec 19, 2006 10:00 am
by Marjan
Hi.

Yes, sure, this can be done. Check the following example in TeeChart demo:
All Features -> Axes -> Opaque zones
or
All Features -> Axes -> Multiple at runtime.

several line with the same X-Axis

Posted: Tue Dec 19, 2006 10:21 am
by 9788246
super..
Thanks marjan