C# WPF/Winforms 的交互式样条图
我希望在 C# .NET 中购买或构建一个样条图(就像一个此处)可以通过鼠标拖动数据点,并且生成的基础数据集会发生变化。
有人能给我指出正确的方向吗?
I'm looking to buy or build a spline chart (just like one here) in C# .NET for which the data points can be draged by mouse and the resulting underlying dataset changes.
Could some one point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我一直在使用本机 .NET WinForm 图表控件制作交互式样条图表。 MSDN 对这些功能进行了广泛的演示,其中之一就是图表交互性。
Microsoft 图表控件的示例环境
I've been making interactive spline charting using native .NET WinForm charting controls. MSDN has an expansive demo of these features, one of which is chart interactivity.
Samples Environment for Microsoft Chart Controls
您可以尝试使用 Silverlight 工具包...LINK
但是您在示例中显示的 Visifire chatrs 遇到的问题是什么?
You could try using the Silverlight toolkit.... LINK
But what is the problem you are having with the Visifire chatrs you have shown in example ?