Building a great dashboard app in WPF -- what are the controls available out there?

Max Galkin picture Max Galkin · Jan 18, 2010 · Viewed 26.1k times · Source

My application collects business data from various sources, aggregates it, groups and filters, and needs to display it. Pretty uncommon, right? =)

The point is that I already have a "drill-down" UI, so the Services and Operations people can find their data in the tree view and do their job. But now I also need a shiny high-level dashboard view for the Big Bosses to oversee their whole Kingdom. I guess that should be exactly where the WPF's strength is...

I'm looking at the Dynamic Dashboards website for example and I'd like to know, if there are similar controls available for WPF? Or any other dashboard controls you can recommend?

Answer

gyurisc picture gyurisc · Jan 18, 2010

Check out the WPF Dashboard demo. It comes with source code. Also the WPF Dashboard project on codeplex. The Infragistics Dashboard demo is nice as well.