动态数据显示图表中的中断线/错误标记

发布于 2024-10-29 03:21:16 字数 85 浏览 5 评论 0原文

我正在使用动态数据显示来显示折线图(在 WPF 中)。我想中断该行,并在该点(或 X 轴上)显示一些“错误”标签。有人可以帮助我吗?

谢谢。

I'm using Dynamic Data Display, for line chart (in WPF). I would like to interrupt the line, and display some "Error" label in that point (or on the X axis). Can somebody help me ?

Thank you.

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

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

发布评论

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

评论(2

你又不是我 2024-11-05 03:21:16

您可以对线系列中的数据点使用 DataPoint 模板选择器,当数据点值与某些错误条件匹配时,您可以将不同的模板应用于数据点并显示错误标签。

You might use a DataPoint template selector for your datapoint in lineseries, when datapoint values are matching some errors criteria you can apply a different template to the datapoint and show an error label.

笑叹一世浮沉 2024-11-05 03:21:16

我处理这个问题的方法是,每次沿着你的轴发生这个“错误”时,我都会在你的折线图中添加一个标记。如果需要,您可以使标记的工具提示显示“错误”,或者更好的是,您可以在工具提示中显示有关该错误的一些信息。您可以使用 D3 中已制作的标记之一,或者也很容易创建自己的标记!

如果您从动态数据显示下载源代码,则有许多示例与您的要求类似,您可以您的解决方案基于。

The way that I would approach this, is I would add a marker to your line graph every time this "error" occurred along your axes. If you wanted, you could make the tooltip for the marker say "error" or, even better, you could display some information about that error in the tooltip. You can use one of the markers already made in D3, or it's quite easy to create your own!

If you down load the source from Dynamic Data Display, there's many examples that have a similar requirement to yours that you could base your solution off of.

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