Search found 3 matches
- Fri Aug 20, 2004 7:57 pm
- Forum: VCL
- Topic: TQRChart and datetime axis
- Replies: 1
- Views: 4373
Nevermind
I figured out my problem. I was using the wrong chart object. I needed to reference the TQRDBChart when doing my axis scaling. Sorry.
- Fri Aug 20, 2004 7:18 pm
- Forum: VCL
- Topic: TQRChart and datetime axis
- Replies: 1
- Views: 4373
TQRChart and datetime axis
I have a TQRChart, and I want the bottom axis to be a datetime axis. I am using the following code to initialize the axis values: With FirstHalf.BottomAxis do begin Increment:=DateTimeStep[dtOneHour]; DateTimeFormat:='hh:mm:ss'; RoundFirstLabel:=False; Automatic := false; SetMinMax(startTime, endTim...
- Thu Jul 29, 2004 4:56 pm
- Forum: VCL
- Topic: Time Axis for TChart
- Replies: 1
- Views: 4447
Time Axis for TChart
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...