Max amount of data points in Line Series

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
timhamel
Newbie
Newbie
Posts: 34
Joined: Mon Dec 31, 2007 12:00 am

Max amount of data points in Line Series

Post by timhamel » Fri Oct 09, 2009 7:22 am

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

Narcís
Site Admin
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

Post by Narcís » Fri Oct 09, 2009 9:22 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

timhamel
Newbie
Newbie
Posts: 34
Joined: Mon Dec 31, 2007 12:00 am

Re: Max amount of data points in Line Series

Post by timhamel » Fri Oct 09, 2009 1:02 pm

Thanks!

/Tim

Post Reply