I am trying to add a 'showDataEffect' to LineChart
in the same way I am use the effect for PieChart and ColumnChart but
its not working I am unable to see any effect applied.
Like For Example for pieChart we use
<mx:PieSeries id="pieSeries"
startAngle="90"
labelFunction="pieSeries_labelFunc"
field="value" nameField="name-formatted" >
<mx:showDataEffect>
<mx:SeriesInterpolate duration="1000" />
</mx:showDataEffect> ..........
but effect (like 'SeriesInterpolate' ) is not working for
'showDataEffect' in LineChart only.
I want to apply 'SeriesInterpolate' effect for LineChart's
showDataEffect effect does anyone know the solution for this problem ?
Thank you...
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.