Chart Flex



  
    import mx.collections.ArrayCollection;
    [Bindable]
    public var expenses:ArrayCollection = new ArrayCollection([
      {Month:"Jan", Profit:20, Expenses:150},
      {Month:"Feb", Profit:1, Expenses:20},
      {Month:"Mar", Profit:15, Expenses:50}
      ]);
    

  
          height="100%" width="100%">