What does "Reducing number of Points" function do?
What does "Reducing number of Points" function do?
Teechart v2 lists "Reducing number of Points" as a new function. What I am looking for is to decimate the data for large datasets so every point does not actually get rendered to the screen. And to have it done without me doing any coding, of course!
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Gp,
DownSampling function reduces the number of points in series by using several different methods:
+ dsAverage : replace group of points with group average values
+ dsMax : replace group of points with group maximum values
+ dsMin : replace group of points with group minimum values
+ dsMinMax : replace group of points with group minimum AND maximum values.
You can see an example of its use at TeeChart features demo. The example is Welcome !\Functions\Extended\Reducing number of points. You'll find features demo included with TeeChart registered or evaluation versions.
You may also be interested in FastLine series DrawAllPoints property. You will find an example at features demo: Welcome !\Chart styles\Standard\Fast Line\Fast Line Speed DrawAll.
DownSampling function reduces the number of points in series by using several different methods:
+ dsAverage : replace group of points with group average values
+ dsMax : replace group of points with group maximum values
+ dsMin : replace group of points with group minimum values
+ dsMinMax : replace group of points with group minimum AND maximum values.
You can see an example of its use at TeeChart features demo. The example is Welcome !\Functions\Extended\Reducing number of points. You'll find features demo included with TeeChart registered or evaluation versions.
You may also be interested in FastLine series DrawAllPoints property. You will find an example at features demo: Welcome !\Chart styles\Standard\Fast Line\Fast Line Speed DrawAll.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Gp,
Yes, this is function is new in v2 as you can see here. Some functions are already available in v1 but this was implemented in v2.
Yes, this is function is new in v2 as you can see here. Some functions are already available in v1 but this was implemented in v2.
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 |