Two horizontal axis

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
mueco
Newbie
Newbie
Posts: 10
Joined: Fri Oct 27, 2006 12:00 am

Two horizontal axis

Post by mueco » Tue Sep 11, 2007 5:28 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Sep 12, 2007 9:44 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply