在 .net 中绘制科学数据

发布于 2024-08-29 00:23:01 字数 217 浏览 1 评论 0原文

有人对在 .net (c# winforms) 中绘制科学数据有任何建议吗?我的一些要求是:实时绘图、3D(瀑布)、多轴、接受 BindingList 作为数据源并识别数据的任何更改的能力。我还需要高水平的用户交互性,例如以图形方式选择 1 个或多个系列、绘制区域的能力。突出显示系列的一部分等 到目前为止,我已经研究过 Nevron、Synchfusion、Infragistics、TeeChart 和其他一些公司。

Does anyone have any recommendations for plotting scientific data in .net (c# winforms). Some of my requirements are: real time plotting, 3D (waterfall), multiple axis, ability to accept BindingList as a data source and recognize any changes to the data. I also need a high level of user interactivity such as the ability to graphically select 1 or more series, draw regions. highlight part of a series, etc.
So far I've looked at Nevron, Synchfusion, Infragistics, TeeChart and a few others.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

我的鱼塘能养鲲 2024-09-05 00:23:01

难道 Microsoft 图表控件 不能满足您的要求吗?

Don't the Microsoft Chart Controls do what you want?

给我一枪 2024-09-05 00:23:01

您是否考虑过使用 Xceed 库

Have you considered using Xceed library?

倾其所爱 2024-09-05 00:23:01

您可以使用跨平台 GPL 绘图库 MathGL 来生成位图。其绘图速度快,图形类型多(包括瀑布图、多轴图等)。但我不确定是否可以使用除 C 接口之外的其他 .net 程序。

You can use cross-platform GPL plotting library MathGL to produce a bitmap. Its plotting is fast and have many graphics types (including waterfall, many-axis and so on). But I'm not sure if you can use something except C-interface for .net programs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文