具有可拖动数据点的.net图形库
我正在寻找一个可以在 C# 应用程序中使用的图形库。我希望找到一个免费的,并且允许我创建一个折线图,最终用户可以通过拖动数据点来修改该折线图。
如果有人知道可以做到这一点,请告诉我。
谢谢。
I am looking for a graphing library that I can use in a C# application. I am hoping to find one that is free and would allow me to create a line graph that end-users could modify by dragging data points.
If anyone knows of one that can do this let me know.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来 MsChart 和 ZedGraphs 都可以实现这一点。
MsChart:http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/2bc4823c-1365-40ee-a239-b6f0c65a539a
ZedGraphs:http://goorman.free.fr/ZedGraph/zedgraph.org/wiki/indexa9f9.html
It looks like this is possible with both MsChart and ZedGraphs.
MsChart: http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/2bc4823c-1365-40ee-a239-b6f0c65a539a
ZedGraphs: http://goorman.free.fr/ZedGraph/zedgraph.org/wiki/indexa9f9.html
piccolo 也很不错。
Piccolo is pretty good as well.