Everything was all right before I update to this version.
I create a new chart , I add a new line serie(series1) then a new bar serie(series2). I add a new button with this code
Code: Select all
var
i : integer;
begin
for i:=0 to 10 do begin
Series1.AddXY(i,random,'',clteecolor);
end;
end;
What is wrong, is anybody have the same problem ?
Thanks