实现代码如下:
for x := 0 to 9 do
         form1.Chart1.SeriesList.Items[0].Addxy(x,strtoint(memo10.Lines[j-10+x]));