Hi,
my customer has a requirement to track graphically instrument data output at 1s resolution, resulting in a lot of data point over several days!
Each point is a simple x-y axis data point (time/temperature) (both float values).
What is the max points TChart 8.4 can hold before it crashes or truncates?
Is there a way to load only the points currently in view and unload points out of view?
Thanks.
Br, Tim
Max amount of data points in Line Series
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Max amount of data points in Line Series
Hi Tim,
TeeChart has not limit on the amount of data it can handle. It's only limited by the memory of the machine where it runs.What is the max points TChart 8.4 can hold before it crashes or truncates?
In such scenarios we strongly recommend following what it's advised in the Real-time Charting article here. This article shows how to remove "out of view" points.Is there a way to load only the points currently in view and unload points out of view?
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 |
Re: Max amount of data points in Line Series
Thanks!
/Tim
/Tim