Hi
I have a series of several days worth of data labeled by the time of the observation. The observations are not all taken at the same time interval e.g. there may be 10 minutes between some observations, 30 minutes between others etc etc. I wish to be able to scroll smoothly through the entire series using the tchartscrollbar.
The problem seems to me to be that the datetimes are non-integer and if I try to use multiples of a standard time-interval (e.g. 10 minutes) to set the min, max, large change and smallchange properties of the scroll bar it does not work. However I may well be wrong in my supposition.
I'd be most grateful for an example of how to scroll a date-time series with irregular intervals between observations using a tchartscrollbar.
Thanking you in anticipation.
Colin
TChartScrollBar and DateTimeAxis
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Colin,
Your problem could be the same as described here. For now, the solution is using TScrollBar instead of TChartScrollBar. I'll send sent you an e-mail with the example using TScrollBar.
Your problem could be the same as described here. For now, the solution is using TScrollBar instead of TChartScrollBar. I'll send sent you an e-mail with the example using TScrollBar.
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 |