Quantcast
Channel: OxyPlot (moved to GitHub)
Viewing all articles
Browse latest Browse all 2061

New Post: Slow redraws with noisy data in WPF

$
0
0
I downloaded OxyPlot-2013.1.81.1.zip which has my test case in the example library. SilverLight redraws very quickly and Windows Forms is pretty fast as well. There was not a WPF version of the ExampleBrowser for me to compare.

I am not binding to the data points. My xaml just has this:
<oxy:Plot Model="{Binding PlotModel}" Title="OxyPlot" />
Then in C# I create the points and do
lineSeries.Points = points;
Regarding optimization: Does OxyPlot already skip data points in some cases or are you suggesting something new?

Viewing all articles
Browse latest Browse all 2061

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>