Rookie here! I was wondering if some can take a shot at solution on this?
I am trying to drag a list of states from a List to a LineChart and then have the LineChart display the data for each USState dragged in. I am thinking there are two ways: #1 Put the each USStates data into an Array from an xml file, which I tried but then the List show all the data instead of just the name of the USState (so you get "Texas: 423, 367, 987" instead of just "Texas"). This, if I can get it to work would be easiest since the Array containing the USState data would just populate the LineChart easily. #2 The second option, which I am using, is pull in the xml and placing into USStates Arrays (TexasArray, MontanaArray,etc...). Then I am creating a seperate Array with just the name of the State (Texas, Montana,etc...) I have all this working, but of course when I drag selected List items and drag them into the LineChart it is just dragging in the name of the State (eg. Texas) not any data to plot on the LineChart. The problem I am have using #2 is how can I tell the line LineChart to grab the appropriate USState data Array from the name of State passed by the drag and drop. So the List passes the LineChart "Texas" and the Linechart plots "Texas: 423, 367, 987". Please tell me there is a way to do #1? Let me thank you ahead of time for your help. J :( -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

