Using datetime abscissa for plotting bars
-
- Newbie
- Posts: 26
- Joined: Tue Apr 02, 2002 5:00 am
- Location: University of Oslo
- Contact:
Using datetime abscissa for plotting bars
Are there any examples around to present bars along a timeline ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi achristouio,
You just need to use:
For more information about the existing possibilities please read Tutorial 4 - Axis Control. You'll find the tutorials at TeeChart's program group.
You just need to use:
Code: Select all
Series1.XValues.DateTime:=true;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 26
- Joined: Tue Apr 02, 2002 5:00 am
- Location: University of Oslo
- Contact:
Hm. where do I find that group ? Looked at teechart.net, but didn't find any obvious menunarcis wrote:Hi achristouio,
You just need to use:
For more information about the existing possibilities please read Tutorial 4 - Axis Control. You'll find the tutorials at TeeChart's program group.Code: Select all
Series1.XValues.DateTime:=true;
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi achristouio,
I'd like to apologise if my explanation wasn't clear enough. You'll find that at the menu group, i.e.: at Windows Start Menu\All Programs\Steema TeeChart 7.07 for Delphi 7. Please notice that the documentation is only included with TeeChart binary installers, not the source code installer.
I'd like to apologise if my explanation wasn't clear enough. You'll find that at the menu group, i.e.: at Windows Start Menu\All Programs\Steema TeeChart 7.07 for Delphi 7. Please notice that the documentation is only included with TeeChart binary installers, not the source code installer.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |