Chart Flex




    
        
            import mx.collections.ArrayCollection;
            [Bindable]
            public var stocks:ArrayCollection = new ArrayCollection([
                {date:"2005/8/4", SMITH:37.23, DECKER:1500},
                {date:"2005/8/5", SMITH:56.53, DECKER:1210},
                {date:"2005/8/6", SMITH:17.67, DECKER:1270},
                {date:"2005/8/7", SMITH:27.72, DECKER:1370},
                {date:"2005/8/8", SMITH:85.23, DECKER:1530}
                ]);
          
    

            height="300" width="400">
        
                            maximum="10000" />