.NET WPF Charting Control

Posted by Randy Minder on Programmers See other posts from Programmers or by Randy Minder
Published on 2011-12-01T17:55:23Z Indexed on 2012/10/16 11:23 UTC
Read the original article Hit count: 394

Filed under:
|
|
|

We're very close to wrapping up a WPF dashboarding application using SSRS (.RDLC files) and the Microsoft Report Viewer. For a number of reasons, this combination has turned out to be less than what we had hoped. One of the biggest problems is that the Microsoft Report Viewer is not a WPF control. We've had other problems as well.

Our app consists of at least 5 tabs and each tab has at least 4-5 charts on it. All the charts update on their own timed schedules (like every 15-30 minutes).

For the next version I'd like to explore other .NET charting tools for WPF. Performance is absolutely critical. As is resource usage. The tool must support WPF and as many chart types as possible. Can anyone recommend (or not recommend) charting tools they have experience with? We own Telerik and I've dabbled with their charting control. At the 30K foot level, it seems quite nice.

© Programmers or respective owner

Related posts about c#

Related posts about wpf