Tag Archive for 'showdataeffect'

15
Oct

Using data effects to animate chart data

In a previous example, “Animating data changes in a Flex Pie Chart”, we looked at using the SeriesInterpolate effect to animate a pie chart when the data changed.

The following example shows how you can use the SeriesInterpolate, SeriesSlide, and SeriesZoom effects to create different animations.

Full code after the jump.

Continue reading ‘Using data effects to animate chart data’

24
Sep

Animating data changes in a Flex Pie Chart

The following example shows how you can animate a pie chart using the showDataEffect effect and SeriesInterpolate class.

Full code after the jump.

Continue reading ‘Animating data changes in a Flex Pie Chart’