Programming, website development forum Get latest updates by RSS Follow TechnicalTalk on Twitter Follow TechnicalTalk on Facebook 
HomeSearchRecent PostsLoginRegisterContact Us

Username  
Password    
  Forgot your password?  

Pages: [1]   Go Down
 
  Email this topic  |  Print
0 Members and 1 Guest are viewing this topic.

Handling large datasets in charts quickely

 
webmaster forum
Activity
0%
 
New Poster
Posts: 1
Topics: 1
July 14, 2010, 03:19:54 AM

I have a collection of 50000 points List<DataPoint> DataPoints;Each item in this collection contains (X,Y) co ordinates. These points have to be drawn using line and path in my line chart. Canvas size may vary. Drawing the entire collection will increase the load time. Hence I need to filter the points in such a way that I can get a sub collection of lesser number of points and this list will not affect shape of the chart to larger extent and also renders quickly. Suppose there are points like (1,2)(2,4)(3,6) which passes through same line. I can exclude(2,4). This method can be used as a first order filter. Is this a proper solution?Can anyone please suggest or help me out how I can filter it further. Like excluding points which are very close to each other?
 
  Email this topic  |  Print
Pages: [1]   Go Up
 
Jump to:  



Powered by SMF 1.1.15 | SMF © 2011, Simple Machines


Google visited last this page January 28, 2012, 03:08:08 PM