Chart Flex



    
    [Bindable]
    public var myData:Array = [
        {date: "1-Aug-10", open: 42.57, high: 43.08, low: 42.08, close: 42.75},
        {date: "11-Aug-10", open: 43.39, high: 44.12, low: 43.25, close: 44},
        {date: "12-Aug-10", open: 43.46, high: 46.22, low: 43.36, close: 46.1},
        ];
    public var myData2:Array = [
        {date: "11-Aug-10", open: 43.39, high: 44.12, low: 43.25, close: 44},
        {date: "1-Aug-10", open: 42.57, high: 43.08, low: 42.08, close: 42.75},
        {date: "12-Aug-10", open: 43.46, high: 46.22, low: 43.36, close: 46.1},
        ];
    public var myData3:Array = [
        {date: "12-Aug-10", open: 43.46, high: 46.22, low: 43.36, close: 46.1},
        {date: "11-Aug-10", open: 43.39, high: 44.12, low: 43.25, close: 44},
        {date: "1-Aug-10", open: 42.57, high: 43.08, low: 42.08, close: 42.75},
        ];
  

    
        
                                              openField="open"                 
                                  highField="high" 
                                  lowField="low" 
                                  closeField="close"                
                                  displayName="My Data"/>
                                              openField="open"                 
                                  highField="high" 
                                  lowField="low" 
                                  closeField="close"                
                                  displayName="My Data2"/>
                                              openField="open"                 
                                  highField="high" 
                                  lowField="low" 
                                  closeField="close"                
                                  displayName="My Data3"/>