Hi,
I have a column chart which has 2 dataseries. I'm setting the chart's
dataProvider and secondDataProvider when the server returns with it's
information. I define the showDataEffect for both series, and my
columns work properly. But, my second series is a lineSeries, and what
happens is that the line will appear first before everything else,
then disappear, then use the effect i defined to reappear along with
the first series. 

I set the lineSeries' showDataEffect to a SeriesInterpolate, whereas
my columns use a seriesZoom. 

If I comment out my <mx:series> section, the second series seems to
draw properly. 

Is there anyway to find out why it is drawing the second series twice
when I use showDataEffect?

Thanks very much- 
-kit

Reply via email to