Page 1 of 1

Max amount of data points in Line Series

Posted: Fri Oct 09, 2009 7:22 am
by 10547875
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

Re: Max amount of data points in Line Series

Posted: Fri Oct 09, 2009 9:22 am
by narcis
Hi Tim,
What is the max points TChart 8.4 can hold before it crashes or truncates?
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.
Is there a way to load only the points currently in view and unload points out of view?
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.

Re: Max amount of data points in Line Series

Posted: Fri Oct 09, 2009 1:02 pm
by 10547875
Thanks!

/Tim