C# Windows应用程序的免费仪表控制
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19951139/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Free gauge control for windows application
提问by Rahul chalkhure
Quick summary- How can i use Gauge controls on my win application
快速总结 - 如何在我的 win 应用程序上使用仪表控件
I want to develop windows application with chats and gauges .For that i found chart control for charts ,but don't found gauge control. there is one gauge control which is available for Report Definition Language Client-side report and Show only on report viewer. Also i know the third parties control but they are not free.
我想开发带有聊天和仪表的 Windows 应用程序。为此,我找到了图表的图表控件,但没有找到仪表控件。有一个仪表控件可用于报告定义语言客户端报告和仅在报告查看器上显示。我也知道第三方控制,但他们不是免费的。
采纳答案by Ragesh S
Please see this example.
请看这个例子。
http://www.codeproject.com/Articles/448721/AGauge-WinForms-Gauge-Control
http://www.codeproject.com/Articles/448721/AGauge-WinForms-Gauge-Control
Hope it will be help.
希望它会有所帮助。
回答by NoChance
1-For windows forms: Aqua Guage
1-对于窗体:Aqua Guage
2-If you could host WPF controls in Windows Forms and use: Circular Guage
2-如果您可以在 Windows 窗体中托管 WPF 控件并使用:Circular Guage
Check the license information to confirm that the above is free.
检查许可证信息以确认以上是免费的。