Archive

Archive for November 24, 2010

Column Chart with Dashed Bars in Flex

November 24, 2010 Leave a comment

Here comes the Column Chart with Dashed column series .In this i have a class dashed.as which is used to draw rectangle with dashed lines

DashedFill.as is the custom fill written to show dashed bars in the chart.Dashed fill must implement the IFill Interface in which the beginFill method is implemented to draw dashed rectangles using the static method drawRect of the dashed class.

You must pass the target Graphics as first parameter to drawRect and an object with style properties to customize the border and fill color of the dashed bar .

ScreenShot


View Demo

DownLoadSource

Categories: FLEX Tags: ,
Follow

Get every new post delivered to your Inbox.