(I just accidentally hit enter on yahoo and it posted my incomplete message, d'oh!)
Here's my issue I have a panel that pops up on a resize effect... I have a chart on this panel with a lot of data, using an mx:SeriesZoom, sometimes the tween sets the floor not at 0, but at about 20 or thirty, refreshing the data it draws correctly the second time. I found a way around the issue by adding a startDelay to the the SeriesZoom, however, this produces the chart to draw once right away when it populates and then redraw when it animates after my starDelay of 500 milliseconds. I turned off the visibility of the area series, but the SeriesZoom doesn't automatically turn the visibility on when it starts, which is odd, shouldn't it? Ok, so if I can't seem to dispatch an event from the SeriesZoom and then try to get the event.currentTarget.visible=true; how do I make this animation work correctly? Thanks, Patrick