[flexcoders] Re: Null data for the last dynamically added lineseries

2009-11-17 Thread lmrudner
I added linechart.validateNow(); after the linechart.invalidateSeriesStyles(); and all is fine now (I thought I had tried that earlier).

[flexcoders] Null data for the last dynamically added lineseries

2009-11-12 Thread lmrudner
After dynamically adding a lineseries, I would like to read the underlying data for all the rendered lines. In the following code, the top buttons add and remove lines. When a new line is added or removed, I call getdata() which posts the available data at the bottom of the Panel. Immediatel