How do you add a click event handler to the vertical axis of a BarChart in FLEX?

576 views Asked by At

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

1

There are 1 answers

2
nishu On

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