商业C#图表控件-跨技术
作为项目的一部分,我需要评估一些商业 C# 图表组件。 我正在寻找功能丰富的组件,支持缩放/平移,可以处理实时更新,甚至可能为双击某个点等事件生成事件。
我更喜欢可以跨技术使用的组件,以防我需要从 WinForms 迁移到 WPF。
环顾 stackoverflow 并谷歌搜索一下,我得到了以下列表:
请注意: 我只是在这里寻找组件生产商的建议,我不是在寻找最好的意见,因为我需要根据一些测试策略来决定,以确保适合我的解决方案。
As part of a project, I need to evaluate some commercial C# chart components.
I am looking for feature rich components that support zooming/panning, can handle real time updates and maybe even produce events for things like double clicking on a point.
I'd prefer components that can be used across technologies in case I need to move from WinForms to WPF.
Looking around stackoverflow and googling a bit I have the following list:
- DevExpress
- Infragistics
- Component One
- Telerik
- Visifire
- SilverLight
- YWorks/YFiles
- VisiBlox
- SoftwareFX
- Gigasoft
Please Note:
I'm only looking for suggestions of component producers here, I'm not looking for opinions on which is best as I will need to decide that based on some testing strategy to ensure the right fit for my solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
还有一个得到很好支持的名为 xceed
在网站上查找“图表”。
There is also one very well supported called xceed
Look for "charts" on the website.
为了进一步阐述我之前的评论,
我的建议是查看 DevXpress XtraChart 的在线演示(基本上可以在任何地方使用:WinForms、WebForms、SL、WPF、ASP.NET MVC...)。
如果您觉得它满足您的所有需求,您可以购买它,我使用了它,并且我对它以及整个 DevXpress 产品套件非常满意。
Telerik 版本的图表类型似乎少得多,尤其是在 MVC 实现中。
SoftwareFX 的 ChartFX 是最完整、最强大的产品,是该公司多年投资和开发的成果,它的定位远远高于其他产品。
to further elaborate my previous comment above,
my suggestion is to check the online demo of DevXpress XtraChart (works basically everywhere: WinForms, WebForms, SL, WPF, ASP.NET MVC...).
if you feel it satisfies all your needs you could go for it, I used it and I am very happy with it and with the whole DevXpress product suite.
Telerik version seems to have much less chart types, especially in the MVC implementation.
ChartFX of SoftwareFX is the most complete and powerful, result of years of investment and development from that company and it locates itself way above all the others.