Bar and Line on the same chart, Line are not showing
Posted: Thu Oct 27, 2005 2:18 pm
I have teechart pro v7.05.
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
I can't see anything on the chart, but if I right click hold and move on the chart, then the graph appear....
What is wrong, is anybody have the same problem ?
Thanks
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