Page 1 of 1

Two horizontal axis

Posted: Tue Sep 11, 2007 5:28 pm
by 9642924
Hi there

I need to have a Horizontal Axis with a parent Axis. Here a picture wich shows what im trying to do:
Image

How can i implement this with TeeChart?

Thx for help

Posted: Wed Sep 12, 2007 9:44 am
by narcis
Hi mueco,

The easiest way I can think of to achieve that is using custom axes. You could use default horizontal axis with a daily increment and then use a "dummy" series with the same values as the first series, associate an horizontal custom axis to it and set its increment to one year.

For more information on axes usage please read Tutorial 4 - Axis Control. Tutorials can be found at TeeChart's program group.