How do you add a click event handler to the vertical axis of a BarChart in FLEX?
Posted
by user256200
on Stack Overflow
See other posts from Stack Overflow
or by user256200
Published on 2010-03-15T17:44:13Z
Indexed on
2010/03/15
17:59 UTC
Read the original article
Hit count: 427
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
© Stack Overflow or respective owner