Style Flex


    
    xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark">
  
  
    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}
      ]);
    
  
    
        @namespace mx "library://ns.adobe.com/flex/mx";
        mx|DataTip {
            fontFamily: "Arial";
            fontSize: 12;
            fontWeight:bold;
            fontStyle:italic;
        } 
    

    
        
    

    
                    showDataTips="true">
            
                
            

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