Page 1 of 1

two bottom axis problem

Posted: Fri Mar 31, 2006 8:00 am
by 9525868
Hi,
I am using a fastline chart and my left axis is integer valves but what i want is to have two series in the chart. Series one has left as integer and the bottom axis as time in seconds and miliseconds. Series two has the same left as series one but the bottom axis is an integer. Want to have botth the series in the same graph.
I would like the graph to have one left axis and to have two bottom axis,(one time in seconds and miliseconds and the second as an integer.) Could you please tell me how this can be done. Am using teechart 7 and programming in visual basic 6 sp6

Thanks :roll:

Posted: Fri Mar 31, 2006 8:49 am
by narcis
Hi samir,

I strongly suggest you to read Tutorial 4 - Axis Control.

To have second and milliseconds labels you can do as in the All Features\Welcome!\Axes\Labels\Milliseconds example at the TeeChart features demo.

To have two bottom axis you could use the default bottom axis and an horizontal custom axis. Tutorial 4 explains how to do that.

TeeChart tutorials and features demo are available at TeeChart's program group.