Page 1 of 1

Using datetime abscissa for plotting bars

Posted: Sat Jun 03, 2006 12:26 pm
by 5891343
Are there any examples around to present bars along a timeline ?

Posted: Tue Jun 06, 2006 8:17 am
by narcis
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.

Posted: Tue Jun 06, 2006 4:15 pm
by 5891343
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 :-(

Posted: Tue Jun 06, 2006 4:35 pm
by narcis
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.