Hi,
I've started using the library lately, and it's been really great in general. I have, though, a question regarding performance.
Maybe I haven't been using it properly, but I've created a WPF app, using the latest Oxyplot.WPF dll. I've created a single chart and a LineSeries. Now, I've noticed that when the series contains a relatively large amount of points, say a 100,000 or more, enabling markers takes a really long time, and the panning/zooming becomes very slow as well. I've tried also using the 'lighter' markers, but it doesn't have much of an effect.
Now, I understand that with this amount of points, some performance degradation is expected, but I would need it to plot occasionally several millions of points, and while the LineSeries can handle that, adding markers is almost impossible, unfortunately.
So, I would really appreciate any performance tip that might help with this issue. Thank you!
Hi,
I've started using the library lately, and it's been really great in general. I have, though, a question regarding performance.
Maybe I haven't been using it properly, but I've created a WPF app, using the latest Oxyplot.WPF dll. I've created a single chart and a LineSeries. Now, I've noticed that when the series contains a relatively large amount of points, say a 100,000 or more, enabling markers takes a really long time, and the panning/zooming becomes very slow as well. I've tried also using the 'lighter' markers, but it doesn't have much of an effect.
Now, I understand that with this amount of points, some performance degradation is expected, but I would need it to plot occasionally several millions of points, and while the LineSeries can handle that, adding markers is almost impossible, unfortunately.
So, I would really appreciate any performance tip that might help with this issue. Thank you!