vote up 9 vote down star
5

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.

flag

47% accept rate

7 Answers

vote up 2 vote down check

Take a look at this one Dynamic Data Display. Even though I didn't use it myself (I only ran few samples), I've read few positive things about this control on the net and it seems to be performance oriented.

link|flag
vote up -1 vote down

Hi, I'm using the one from WPF Toolkit in CodePlex

alt text

It supports OLAP too, which is great.

link|flag
vote up 1 vote down

Hello!

I'm developer from WPF Dynamic Data Display development team. If you have some questions about our library or some suggestions, you can ask them at Dynamic Data Display's discussion boards, or e-mail them to me. My e-mail address is thecentury+d3@gmail.com.

Best regards,

Mikhail Brinchuk, WPF Dynamic Data Display Dev Team.

link|flag
vote up 0 vote down

Ajaxx, I'm in the same boat - creating financial software using WPF. I'm about to start using Dynamic Data Display and will probably extend it to meet our particular needs. Do you fancy collaborating on this?

link|flag
I wouldn't mind collaborating, it's incredibly difficult to find a decent engine. The buy-build conversations are incredibly tough because none of the products on the market are making the grade. – Ajaxx Mar 2 at 19:48
send me an email IanTebbutt at hotmail.com – MrTelly Mar 3 at 8:42
vote up 1 vote down

I've been very pleased with Dundas - not cheap, but excellent quality, documentation, and technical support; their real-time charts might be just what you're looking for

link|flag
vote up 0 vote down

I really like Xceed.

link|flag
vote up 0 vote down

A quick Google search for "WPF Chart control" popped up a few commercial results. I recommend downloading a few trials and test them for performance with your requirements in mind.

link|flag
We had tested a few of them, ChartFX, Nevron, Xceed and a few others. Of them, Nevron and Xceed stood out, though to be honest they look and feel like the same product. I'm really looking for feedback from others who might have found a product and what they thought worked or didn't. – Ajaxx Jan 9 at 21:25

Your Answer

Get an OpenID
or

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