Chart Flex



    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark" height="600">
     
        import mx.collections.ArrayCollection; 
        [Bindable] 
        public var expenses:ArrayCollection = new ArrayCollection([ 
            {Month:"2005", top:25, middle:20, bottom:17, Invisible:0}, 
            {Month:"Jan", top:14, middle:12, bottom:10, Invisible:62}, 
            {Month:"Feb", top:8, middle:6, bottom:4, Invisible:98}, 
            {Month:"Mar", top:6, middle:5, bottom:5, Invisible:116}, 
            {Month:"Apr", top:5, middle:4, bottom:4, Invisible:132}, 
            {Month:"May", top:5, middle:3, bottom:5, Invisible:140}, 
            {Month:"Jun", top:4, middle:3, bottom:2, Invisible:155}, 
            {Month:"2006", top:68, middle:57, bottom:39, Invisible:0} 
        ]); 
      

    
        
    

    
        
            
        

                    columnWidthRatio=".9" showDataTips="true" type="stacked">
            
                                    categoryField="Month" />