Page 1 of 1

discontinuos x-axis

Posted: Tue May 17, 2005 2:16 pm
by 8123464
Hello,
I need to display a fastline on a 400-unit x-axis. But it should start with 300.....399,0....299 and it should be fix (300-300)
I would like the lables in steps of 20, but the actual data points will be like 301,22 306,17..... (not matching the lables) so I cannot use ValueIndex of GetAxisLabel. Is there a way to do that?

How can I set up an x-axis with labels before adding a series?

I appreciate your help

Joachim

Posted: Tue May 17, 2005 3:34 pm
by narcis
Hello Joachim,

You could have a look at Tutorial 4 - Axis Control. Those tutorials are available at TeeChart Program group.

You should set axes min. and max. values, increment, etc. You may also be interested in using custom axes.

If you still have some question please feel free to post it here.