What does "Reducing number of Points" function do?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Gp
Newbie
Newbie
Posts: 43
Joined: Thu Jan 13, 2005 5:00 am

What does "Reducing number of Points" function do?

Post by Gp » Wed Jun 22, 2005 5:34 pm

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!

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jun 23, 2005 8:10 am

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.
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

Gp
Newbie
Newbie
Posts: 43
Joined: Thu Jan 13, 2005 5:00 am

Post by Gp » Fri Jun 24, 2005 4:21 pm

Is this new in v2? I thought these functions were in v1 also?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jun 27, 2005 8:38 am

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.
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

Post Reply