如何将单击事件处理程序添加到 FLEX 中条形图的垂直轴?
有谁知道是否可以将单击事件处理程序添加到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 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.