A: 

If you switch to /* */style quotes instead of // does it fix the problem? I think the compiler thinks your array collection is all one line (regardless of line breaks) so you may not be able to use // style quotes in it.

quoo
Ok, I removed the entire data point itself (deleted), So, I have 22-Aug, 24-Aug, 25- Aug for SMITH, Yet the chart associates 42.77 with 23-Aug .
Shah Al
Are you overrwriting the array collections anywhere? I don't see how Aug-23 could get into the SMITH array collection otherwise.
quoo
no, there are 2 graphs, one for smith, one for decker.decker is initialized after smith. so, flex is taking the coordinates of decker for x-axis and assigning y values from smith.if you see smith, it has three dates, 22 - 24 - 25. while decker has 22- 23 - 25. flex gives an x axis with 22- 23 - 25 instead of union of the two =( 22- 23- 24- 25).
Shah Al