The following example shows how you can display the selected pie series item when the user clicks a wedge in a PieChart control.
Full code after the jump.
The following example shows how you can display the selected pie series item when the user clicks a wedge in a PieChart control.
Full code after the jump.
The following example shows how you can set fill colors in a Flex PieChart by specifying a custom fill function. In this example the fill function calculates the fill color based on the percentage value of each item. The larger the wedge, the brigher the fill color.
Full code after the jump.
Continue reading ‘Creating custom fills in a Flex PieChart control using the fillFunction property’
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’