TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
mueco
- Newbie

- Posts: 10
- Joined: Fri Oct 27, 2006 12:00 am
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:
How can i implement this with TeeChart?
Thx for help
-
Narcís
- 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.