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. View MXML <?xml version="1.0"?> <!--...
View ArticleCreating a solid color fill on a Spark Ellipse object in Flex 4
The following example shows how you can create a solid color fill on a Spark Ellipse object in Flex 4 by setting the fill property to a SolidColor object. The following example(s) require Flash Player...
View ArticleCreating a linear gradient fill on an Ellipse object in Flex Gumbo
In a previous example, “Creating a solid color fill on an Ellipse object in Flex Gumbo”, we saw how you could create a solid color fill on an Ellipse object by setting the fill property to a SolidColor...
View ArticleCreating a radial gradient fill on a Rect object in Flex Gumbo
In a previous example, “Creating a linear gradient fill on an Ellipse object in Flex Gumbo”, we saw you could create a linear gradient fill on a Flex Gumbo Ellipse object by setting the fill property...
View ArticleSetting the origin X and Y coordinate for a radial gradient fill in Flex Gumbo
In a previous example, “Creating a radial gradient fill on a Rect object in Flex Gumbo”, we saw how you could create a radial gradient fill on a Flex Gumbo Rect object by setting the fill property to a...
View ArticleSetting the focal point on a Rect object in Flex Gumbo
The following example shows how you can set the focal point on a Flex Gumbo Rect object by setting the focalPointRatio property to a value between -1 and +1. Full code after the jump. To use the...
View ArticleChanging the title bar background fill on a Spark Panel container in Flex Gumbo
The following example shows how you can modify the background fill on a Spark Panel container’s title bar in Flex Gumbo by creating a custom skin and modifying the title bar fill Rect object’s fill...
View ArticleCreating a transparent Spark TextArea control in Flex 4
The following example shows how you can create a semi-transparent Spark TextArea control in Flex 4 by setting the contentBackgroundAlpha style. The following example(s) require Flash Player 10 and the...
View ArticleSetting a gradient background fill on a Spark TextArea control in Flex 4
In a previous example, “Setting a gradient background fill on a Halo TextArea control in Flex 4″, we saw how you could create a linear gradient background on a Halo/MX TextArea control in Flex 4 by...
View Article