Page 1 of 1
Data reduction of series
Posted: Thu Dec 30, 2004 12:21 pm
by 9233743
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.
Posted: Thu Dec 30, 2004 1:55 pm
by 9234468
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
...
Posted: Mon Jan 03, 2005 9:33 am
by Pep
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
Posted: Mon Jan 03, 2005 1:36 pm
by 9233743
Hi,
thanx for your replay. I've improved the plotting speed.