Data reduction of series

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
UE
Newbie
Newbie
Posts: 4
Joined: Wed Aug 25, 2004 4:00 am

Data reduction of series

Post by UE » Thu Dec 30, 2004 12:21 pm

My TLineSeries has 1000 or more XY-values. Can I reduce data with a TeeChart function in order to save memory/disc space?

Thanks in advance.

ungos
Newbie
Newbie
Posts: 12
Joined: Mon Oct 04, 2004 4:00 am
Location: Czech Republic
Contact:

Post by ungos » Thu Dec 30, 2004 1:55 pm

What do you mean - "reduce data"? You can e.g.:
- eliminate every n-th value(s)
- average every x values
- compress data with loseless compression algorithm
...

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jan 03, 2005 9:33 am

Hi,

maybe you're looking a way to improve the plotting speed, if that's the case you can find a good article about this here

UE
Newbie
Newbie
Posts: 4
Joined: Wed Aug 25, 2004 4:00 am

Post by UE » Mon Jan 03, 2005 1:36 pm

Hi,

thanx for your replay. I've improved the plotting speed.

Post Reply