Any WPF Gauge Controls that are open source?

Viewed 26221

I need to find an open source WPF Gauge Control that I can use in my Rich Client (not for silverlight). Does anyone have any recommendations on one that is open source?

I need to build a WPF dashboard and the client is requesting using Gauges to display data.

5 Answers

Unfortunately, wpfgauge at codeplex uses LGPL license, which makes it unfriendly to businesses that do not wish to release their source code.

dashboarding at codeplex seems nice, but it uses a non-standard way of doing UserControl: There is a control hierarchy deriving from UserControl, so Visual Studio doesn't know how to display controls in the designer. They work at run-time, but it is hard to tweak them in Visual Studio.

Related