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’
The following example shows how you can explode individual wedges in a PieChart when the user changes the value of a Slider control, or rolls over an item in a List control. For other examples of PieChart wedge exploding, check out “Exploding wedges in a Flex PieChart control”.
Full code after the jump.
Continue reading ‘Exploding wedges in a Flex PieChart control based on user input’
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’
The following example shows how you can explode specific wedges in a PieChart control when the user clicks an item in the chart.
Full code after the jump.
Continue reading ‘Exploding wedges in a Flex PieChart control’