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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-10 16:12:09  来源:igfitidea点击:

Free gauge control for windows application

c#controlsgauge

提问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

回答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.

检查许可证信息以确认以上是免费的。

回答by NightRider92

If anyone needs a free "loading clock" control for WinForms here is the link: Download

如果有人需要 WinForms 的免费“加载时钟”控件,这里是链接: 下载

Supports .NET from 2.0 to 4.5.1 (x86 and x64)

支持 .NET 从 2.0 到 4.5.1(x86 和 x64)