Time Axis for TChart

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Shannon
Newbie
Newbie
Posts: 3
Joined: Sat Nov 10, 2001 5:00 am

Time Axis for TChart

Post by Shannon » Thu Jul 29, 2004 4:56 pm

Hi,

I working with TeeChart v5.02 in Delphi 5, and I need to create a chart
that graphs points related to time. I have paradox database. In the
table I store the timestamp and the point corresponding to that timestamp.
Now I want to graph those values with a TChart component. I have never
created an axis that had time as labels. Can anyone give me some ideas on
how to accomplish such a thing or where else I can look for guidance?

Any help would be appreciated.

Thanks,
Shannon

Pep
Site Admin
Site Admin
Posts: 3277
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Jul 30, 2004 8:40 am

Hi Shannon,

I think a good point to start having a look could be the Teechart Pro Tutorials 4 - Axis Design (included in the installation).
And also, you can find some examples which use DateTime axis scale in the Demo Features project (included in the installatin too).

Post Reply