From the category archives:

SeriesInterpolate

In a previous example, “Rotating a Flex PieChart control when a user clicks on an item”, we looked at changing a PieChart’s rotation when the user clicked on a pie wedge. In the following example, we look at how to add a nice animation effect with some easing to make the effect a bit more smooth.

Full code after the jump.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 4 comments }

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

Full code after the jump.

[click to continue…]

{ 9 comments }