线系列图表中的垂直绘图

发布于 2025-01-06 10:29:50 字数 138 浏览 0 评论 0原文

有什么想法如何将非函数(一个 X 多个 Y)绘制到线序列图中?

示例:我需要将点绘制为一条线:

  • {1,0}
  • {0,1}
  • {2,4}
  • {0,6}

Any ideas how to draw not functions (more than one Y for one X) into lineseries chart?

Example: i need to draw points as a line :

  • {1,0}
  • {0,1}
  • {2,4}
  • {0,6}

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

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

发布评论

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

评论(3

初见终念 2025-01-13 10:29:50

或者您可以自己手动开发它(虽然困难但更可定制的方式)添加和绘制从 A 点到 B 点的线条。

Or you can develop it on your own manually (the hard but more customizable way) adding and drawing lines from point A to B.

追我者格杀勿论 2025-01-13 10:29:50

You could check out the Silverlight toolkit http://silverlight.codeplex.com/releases/view/78435, or buy a third party charting solution.

旧话新听 2025-01-13 10:29:50

对于这种类型的数据,使用折线系列图表是不合适的。使用散点图,并可能包括一条最佳拟合线。

With this type of data, it is inappropriate to have a line series chart. Use a scatter plot, and possibly include a line of best fit.

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