views:

20

answers:

0

I am looking to get access to individual legend items in actionscript (a Legend Item being the label and coloured block identifying a chart series). Does anyone know of a property of the Legend or Chart that gives access to all of the currently displayed LegendItems in a Legend?

I know this is possible by using LegendMouseEvents, as the events give access to the LegendItem that has been clicked/rolled over ect. However, I cannot rely on an event in this case.

My last resort is to hack up a custom legend, but this will take time (which I don't particularly have) so I just thought I would appeal to the SO community first!

Thanks guys