Page 1 of 1

Multiply Axes problem

Posted: Tue Apr 21, 2009 5:18 am
by 13050934
There are five dynamic lines (line1,line2, line3, line4, line5) in the panel, and I also assigned other four vertical axes (axis1, axis2, axis3, axis4) in the panel except the left and the bottom axes.

I want to show user like this:
The maximum and the minimum of left axis are connected with line1
The maximum and the minimum of axis1 are connected with line2
axis2 is associated with line3
axis3 is associated with line4
axis4 is associated with line5

In the area of curves, the maximum of left axis is the maximal Y value of line1, and the minimum is the minimal Y value of line1. Each line has a separate vertical axis and all the lines have the same horizontal axis. The lines would better are full of the area of curves.

Current status:
I have assigned all the lines and axes; meanwhile, I set property like this:
Opened the “Teechart Editer”->Series->chose a line->General ->Vertical Axis
Then, each line has only two axes, and lines are associated with the axes.
But, after debugging my project, I found that all the five axes have the same maximum and minimum. The maximum is the maximal Y value of all five lines, and the minimum is the minimal Y value of all five lines.

And, I have checked the Feature demo of your product, but I found no example for multiply axes. What should I do?

Posted: Tue Apr 21, 2009 9:29 am
by narcis
Hi Carl,

You'll find multiple axes example at All Features\Welcome !\Axes\Scrolling multiple axes in the features demo.

Could you please send us a simple example project we can run "as-is" to reproduce the problem here and let us know the exact TeeChart version you are using?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.

Posted: Wed Apr 29, 2009 2:32 am
by 13050934
The version of the product is Teechart for .Net v3.
And, I checked the features demo based on your guide. But I have not found "Scrolling multiple axes". I am wondering that the product of this version doesn't support multiply axes.
Just here waiting for your explanation.

Posted: Wed Apr 29, 2009 11:40 am
by narcis
Hi Carl,

Using latest TeeChart for .NET v3 release available at the client download area I have the example as shown below.

Image

Hope this helps!

Posted: Thu Apr 30, 2009 8:17 am
by 13050934
OK,thanks for your help. I have solved this problem.
Best wishes.