Recommendation for high performance WPF Chart

Posted by Ajaxx on Stack Overflow See other posts from Stack Overflow or by Ajaxx
Published on 2009-01-09T15:11:30Z Indexed on 2010/04/10 17:23 UTC
Read the original article Hit count: 660

Filed under:
|
|
|
|

We're working on a WPF-based desktop application that charts financial markets information (candlestick charts, overlayed indicator curves, volume, etc). The charts are displayed in real-time with responses to market ticks being shown in real-time (updating one to two times per second is probably a reasonable display refresh policy). We've been looking for a software package (commercial is fine by us) that has the capability of displaying these charts. Additionally, we'd like to have an approach that can render the initial amount of data in a reasonable timeframe (give or take 100-200ms from the time we hand the data over to a complete render on screen). Also we view multiple charts (5-10) simultaneously so a solution that chews up 50% of my CPU to display one chart really isn't going to work well.

Has anyone had any good experiences with charting controls. We've had to hand roll the last few charts we've done and I'd prefer not to do it again.

Solutions that can make use of the GPU to minimize CPU utilization would be nice as well.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf