Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道是否可以将单击事件处理程序添加到 flex 条形图的垂直轴(或任何轴)?如果我将处理程序添加到 BarChart 本身,除非您单击实际图表,而不是轴,否则事件似乎不会触发。任何帮助表示赞赏,如果您需要更多信息,请告诉我。谢谢
将verticalAxis 属性设置为mx.charts.chartClasses.IAxis 的一些实现并向其添加鼠标单击事件侦听器。