Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
ScatterLineSeries significantly slower than LineSeries
posted

I'm trying to plot roughly a million data points (x,y) (floats) into a xamDataChart. When using a CategoryXAxis and LineSeries, the performance is excellent and zooming is smooth.

When using a NumericXAxis and a ScatterLineSeries, I am experiencing a significant loss in performance. This can be reproduced by  adapting the "BindingHighVolumeData" sample.

Also, I am experiencing rendering artifacts when zooming deep into the graph:

 

Thes issues do not occur when using a CategoryXAxis.

I am currently evaluating to buy Infragistics DV for Silverlight for its stellar performance. However, I do need a precise x,y plot. As far as I understand CategoryXAxis will align my data points with a constant x spacing, correct?

Why is the performance of ScatterLineSeries so much worse? Is there a recommended way to draw a high performance xy line plot?

Parents Reply Children