Archive for November 22nd, 2007

22
Nov

Adding a stroke around a ColumnSeries item in a Flex ColumnChart control

The following example shows how you can add a stroke around chart items in a Flex ColumnChart control.

Full code after the jump.

Continue reading ‘Adding a stroke around a ColumnSeries item in a Flex ColumnChart control’

22
Nov

Creating a radial gradient fill on a ColumnChart control’s column series in Flex

In a previous example, “Creating a linear gradient fill on a ColumnChart control’s column series in Flex”, we saw how to create a linear gradient fill for a ColumnChart in Flex. In the following example we look at how to create a radial gradient fill.

Full code after the jump.

Continue reading ‘Creating a radial gradient fill on a ColumnChart control’s column series in Flex’

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’