Using datetime abscissa for plotting bars

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
achristouio
Newbie
Newbie
Posts: 26
Joined: Tue Apr 02, 2002 5:00 am
Location: University of Oslo
Contact:

Using datetime abscissa for plotting bars

Post by achristouio » Sat Jun 03, 2006 12:26 pm

Are there any examples around to present bars along a timeline ?

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

Post by Narcís » Tue Jun 06, 2006 8:17 am

Hi achristouio,

You just need to use:

Code: Select all

  Series1.XValues.DateTime:=true;
For more information about the existing possibilities please read Tutorial 4 - Axis Control. You'll find the tutorials 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

achristouio
Newbie
Newbie
Posts: 26
Joined: Tue Apr 02, 2002 5:00 am
Location: University of Oslo
Contact:

Post by achristouio » Tue Jun 06, 2006 4:15 pm

narcis wrote:Hi achristouio,

You just need to use:

Code: Select all

  Series1.XValues.DateTime:=true;
For more information about the existing possibilities please read Tutorial 4 - Axis Control. You'll find the tutorials at TeeChart's program group.
Hm. where do I find that group ? Looked at teechart.net, but didn't find any obvious menu :-(

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

Post by Narcís » Tue Jun 06, 2006 4:35 pm

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.
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