I've searched the list and can't find anything quite touching on this issue. I have a bar chart (with custom item renderer) with two vertical Category axes and a horizontal Linear axis. For each of the Category axes I'd like the label to be a link to an URL. I can get the *text* as I want it using labelFunction on the mx:AxisRenderer without trouble but I'm baffled as to how I'd get the label to be a link. I'm guessing I need to write a custom label renderer (or two) but I just can't get it to work. The LabelRenderer I created (extends UIComponent implements IDataRenderer) performs horribly -- updateDisplayList is called constantly according to trace statements -- and displays no label.
Could anyone at least verify that it's possible to have a web link as an axis label and that I'm heading down the right path creating a label renderer? If so, any pointers on how to get the label to be a link? Thanks, Brian

