.net 的示波器用户控件
我正在寻找一种在 WinForms 应用程序中将实时测量数据绘制为曲线的方法。 这里是一个示例与我正在寻找的东西非常接近的东西。 但是有没有更模块化的东西呢?
I'm looking for a way to paint real time measurement data as a curve in a WinForms app. Here is an example of something quite close to what I'm looking for. But is there something more modular out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我终于找到了我正在寻找的 Zedgraph-Wikipage 。
I finally found the Zedgraph-Wikipage I was looking for.
您链接到的示例是开源的,因此您可以只获取您需要的部分并进行相应的修改。
你想知道是否有“更模块化”的东西,什么比源代码更模块化?
The example you linked to is open sourced, therefore you can just take the parts you need and modify them accordingly.
You want to know if there is something "more modular", what is more modular than the source code?
任何像样的图表控件都将允许您不断更新它。
请参阅此问题以获取一些建议:C# Charting - Reasonble Large Data Set和实时
Any decent chart control will allow you to continuously update it.
See this question for some suggestions: C# Charting - Reasonble Large Data Set and Real-time