Max Number of Points on a Scatter Chart

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Jesse
Newbie
Newbie
Posts: 28
Joined: Tue Mar 11, 2008 12:00 am
Location: Austin, TX

Max Number of Points on a Scatter Chart

Post by Jesse » Wed Nov 19, 2008 3:51 am

I did some informal testing using a stopwatch. I used the fillSampleValues() method to add some random values to a point series. In this testing, I found that when building a scatter chart with more than around 10,000 points, that the render time would be too slow. I would like to see the render time down around 5 seconds.

Is there anything I can do do plot a very large number of points faster?

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

Post by Narcís » Wed Nov 19, 2008 9:10 am

Hi Jesse,

Yes, I strongly recommend you to read the Real-time Charting article here. It's a Delphi and TeeChart VCL article but most of it can also be applied to other TeeChart versions.

You'll also find some more suggestions in the All Features\Welcome!\Speed and All Features\Welcome!\Fast Line examples at TeeChart.Features.jar demo included in TeeChart's installation.

Hope this helps!
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

Jesse
Newbie
Newbie
Posts: 28
Joined: Tue Mar 11, 2008 12:00 am
Location: Austin, TX

Post by Jesse » Thu Nov 20, 2008 10:28 pm

This is pretty much all for line charts. Anything for speeding up Points?

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

Post by Narcís » Fri Nov 21, 2008 11:18 am

Hi Jesse,

There's nothing specific for Points series. In that case you could try applying as many of those hints as possible in Points series. Some of them are not even series related .
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