From the daily archives:

Wednesday, November 7, 2007

The following example shows how you can create a simple PieChart in Flex using ActionScript instead of MXML.

Full code after the jump.

[click to continue…]

{ 15 comments }

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }