We're trying to show 4 trend graphs and will be adding data to them them at a rate of about 1 point every second. In the end each trend needs to show around 600 points.

Currently we are using the graphing tools from Syncfusion but they are unable to redraw the graphs at the speed we require. I believe the issue is due to the fact that we're using a 'graphing' tool not a 'trending' tool, so its redrawing the entire line every refresh.

The application is running on a beast of a box: Dell 2950 with: dual processors(Intel Xeon's) with quad cores, 2.99GHZ, and 8gig's of ram.

Do you know where we can get a high speed trending control? WPF controls preferred.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

Look no further, use visifire.

link|improve this answer
We ended up implementing ChartFX's WPF trend control. At the time Visifire's trend seemed so-so. However now it looks better and is WAY cheaper in a corporate setting. – dilbert789 Mar 10 '09 at 17:02
feedback

I am not sure how well it will fit your needs, but you might take a look at http://www.visifire.com/
Visifire is an open source graphing control for Silverlight and WPF.

link|improve this answer
Trending is a different task to graphing. Graphing is non real time display of data in a graphical format. Trending is real time display of data against time. In addition Trending tools allow zoom of data and timespan ranges – Peter M Nov 28 '08 at 14:28
As you can see from the example in the top right corner on visifire.com/silverlight_charts_gallery.php , Visifire now features real-time updating. – Totty Nov 28 '08 at 14:32
@Totty .. I saw their claim of "Now with real time updates", but when I went through their demo video of chart types I saw nothing that showed that functionality or anything that indicated their product wasn't just data graphing. So I would be skeptical of using it as a Trending tool – Peter M Nov 28 '08 at 14:40
(continued) I have also gone through their 2.x documentation and nothing jumps out as it being a Trending tool – Peter M Nov 28 '08 at 14:45
feedback

You can use Graphit. We use it and it's still smooth with 10 curves, each curve around 5000 data points.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.