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:"Jan", profit:20, expenses:15, amount:145},
      {month:"Feb", profit:1, expenses:2, amount:60},
      {month:"Mar", profit:15, expenses:5, amount:3}
      ]);
    
  
     
        [Bindable] 
        private var horChoices:Array = ["bottom","top"]; 
        [Bindable] 
        private var vertChoices:Array = ["left","right"]; 
      

    
        
    

    
        
            
        

                    showDataTips="true">
            
                                    placement="{myHorBox.selectedItem}" />
            

            
                                    placement="{myVertBox.selectedItem}" />
            

            
                
            

            
                
            

            
                                    displayName="Profit" />
                                    displayName="Expenses" />