显示单个线系列的所有数据提示

发布于 2024-08-26 23:42:29 字数 180 浏览 6 评论 0原文

我试图弄清楚是否有一种方法可以在 Flex 3 折线图中显示单个线系列的所有数据提示。该图表将有多条线,我们正在寻找的功能是当用户将鼠标悬停在一条线上时,显示与该系列相关的所有数据提示。任何帮助将不胜感激。

showAllDataTips 在这种情况下不起作用,因为它将在图表上显示所有数据提示。

谢谢! 富有的

I'm trying to figure out if there is a way to show all datatips for a single lineseries in a Flex 3 linechart. This chart will have multiple lines and the functionality we're looking for is when a user hovers over a line, show all datatips associated with just that series. Any help would be appreciated.

showAllDataTips will not work in this case as it will display all datatips on the chart.

Thanks!
Rich

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

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

发布评论

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

评论(1

怎会甘心 2024-09-02 23:42:29

使用 lineseries 本身的 dataTipItems。根据文档,您可以将所有项目插入此属性以使它们可见。

Use dataTipItems of the lineseries itself. According to the documentation you can insert all items to this property to make them visislbe.

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