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.