Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any WPF Gauge Controls that are open source? [closed]

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.

like image 319
Niels Hansen Avatar asked Sep 30 '09 18:09

Niels Hansen


1 Answers

Also, with the ArcSegment control and the RotateTransform transform, it shouldn't be that awful to roll your own

http://www.charlespetzold.com/blog/2008/01/Mathematics-of-ArcSegment.html

http://www.codeproject.com/KB/WPF/TransformationsIntro.aspx

http://www.codeproject.com/KB/WPF/PieChartDataBinding.aspx

like image 92
viggity Avatar answered Sep 28 '22 07:09

viggity