Hello, I'm trying to figure out how to click on horizontal axis labels (using DateTimeAxis). I can use a MouseEvent.CLICK and check it's event.target.parent.placement to verify that it's the right axis and then access it's text but this seems like a hack. I can't add mouse functionality to it(roll over, out, show hand cursor etc.). What is the proper way to make an axis label clickable? Also, I am building these charts with actionscript and not mxml.
Thanks in advance, B.

