Handling large datasets in charts quickely

Discussion in 'C#' started by sharmilakumari, Jul 13, 2010.

  1. sharmilakumari

    sharmilakumari New Member

    Joined:
    Jul 13, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I have a large dataset(around 50000 points in a list) which has be visualized in a line chart.The size of Canvas may vary according to the size of dataset. Massive amount of points makes the drawing too slow.It also results in cluttering and overlapping of points due to plotting of several points close to each other.So visual representation of data will be unsatisfactory. How can I display subset of available points which will increase the performance? Can anybody suggest me with a suitable algorithm which will help to extract the subset of actual number of points?
    I want to filter points which excludes duplicate and unnecessary points.So that the subset will have lesser number of points which will not consume more time to be loaded.I am using c# silverlight


     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice