如何将单击事件处理程序添加到 FLEX 中条形图的垂直轴?

发布于 2024-08-25 14:12:55 字数 128 浏览 8 评论 0原文

有谁知道是否可以将单击事件处理程序添加到 Flex 中条形图的垂直轴(或任何轴)? 如果我将处理程序添加到条形图本身,则看起来好像事件不会触发,除非您单击实际图表而不是轴。 如有任何帮助,我们将不胜感激,如果您需要更多信息,请告诉我。 谢谢

Does anyone know if it is possible to add a click event handler to the vertical axis (or any axis) of a barchart in flex?
If I add the handler to the BarChart itself, it looks as though the event doesn't fire unless you click on the actual chart, not the axes.
Any help is appreciated, if you need more info let me know.
Thanks

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

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

发布评论

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

评论(1

┈┾☆殇 2024-09-01 14:12:55

将 VerticalAxis 属性设置为 mx.charts.chartClasses.IAxis 的某种实现,并向其添加鼠标单击事件侦听器。

set verticalAxis property to some implementation of mx.charts.chartClasses.IAxis and add a mouse click event listener to it.

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