Tag Archive for 'startangle'

22
Nov

Animating a Flex PieChart control’s rotation when a user clicks on an item

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.

Continue reading ‘Animating a Flex PieChart control’s rotation when a user clicks on an item’

07
Nov

Rotating a Flex PieChart control when a user clicks on an item

The following example shows how you can rotate a PieChart in Flex when the user clicks on an item. This allows you to make sure that the clicked item always appears at 0 degrees rotation (off to the right).

Full code after the jump.

Continue reading ‘Rotating a Flex PieChart control when a user clicks on an item’

24
Sep

Setting a Flex Pie Chart’s start angle

The following example shows how you can change the start angle in a Flex Pie Chart.

Full code after the jump.

Continue reading ‘Setting a Flex Pie Chart’s start angle’