Yes, I'm still using the older versions. I don't dare download the evaluation copy of Flash Builder until I know the purchase has at least been approved. Right now it's a painful and slow process to buy anything.
After messing with my code a bit more, I did have better luck using an Identify task for each of the points and then accumulating those results into an array to populate datagrid and chart. It's still really sloppy programming, but it is somewhat functional. I don't know what it is about posting something to the forum that often jogs something in my own mind.
If you don't want to mess with the older code, I understand. I'm sure I will have lots more questions once I finally do make the switch!
One thing you might be able to answer for me. I haven't used identifytask much, I've generally used querytask. The identify task seems to take a little longer and so some of the time I've clicked and the previous task hadn't quite complete (so it basically skipped over it).
In the reference, it says you can set the concurrency on it, but if you set it to multiple you have to manage the event stream yourself. I was wondering what the code would look like for such a thing.