Is there an event dispatched when a series is added to a chart in flex?

Posted by slashnick on Stack Overflow See other posts from Stack Overflow or by slashnick
Published on 2010-03-22T11:10:24Z Indexed on 2010/03/22 13:21 UTC
Read the original article Hit count: 237

Filed under:
|

I want to know when the data has been added to a chart so I can use localToData() to draw on the chart. If I do this immediately after setting the dataProvider the chart has not yet updated, so the the call to localToData will not return the correct values. Is there an event I can subscribe to so I know the chart has drawn the data in the dataProvider?

© Stack Overflow or respective owner

Related posts about flex

Related posts about flex-charts