This question is locked. New answers and comments are not allowed.
We are implementing a charting control in our application where we need to be able to show large datasets.
While testing we seem to hit a performance limit with 10k+ datapoints, after which the chartview starts getting unresponsive to the point it becomes unusable. We are databinding the chartview to a array of point values.
I am unable to locate examples with large datasets, and I would very much appreciate a hint to how this can be achieved.
What we need is to be able to work with up to 500 000 datapoints.
While testing we seem to hit a performance limit with 10k+ datapoints, after which the chartview starts getting unresponsive to the point it becomes unusable. We are databinding the chartview to a array of point values.
I am unable to locate examples with large datasets, and I would very much appreciate a hint to how this can be achieved.
What we need is to be able to work with up to 500 000 datapoints.