Hallo, da fällt mir auf die Schnelle nur ein :
Delphi-Quellcode:
for i := 0 to tmpEmpty.Series[0].Count -1 do
begin
TargetChart.Series[TargetChart.SeriesCount - 1].AddXY(tmpEmpty.Series[0].XValue[i], tmpEmpty.Series[0].YValue[i], tmpEmpty.Series[0].XLabel[i], tmpEmpty.Series[0].ValueColor[i]);
end;
Gruß
Steffen