DELPHI AREA
MESSAGE BOARD
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   FavoritesFavorites   Watched TopicsWatched Topics     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Tee chart

 
Post new topic   Reply to topic   printer-friendly view    DELPHI AREA Forum Index -> Delphi Programming
View previous topic :: View next topic  
Author Message
sekar1
Member


Joined: 21 Dec 2006
Posts: 13

PostPosted: 14/03/07 05:51    Post subject: Tee chart Reply with quote

hi,
i am using teechart to make plot. here is the code.. the form is having a tchart and one button. i selected the Tlineseries as series.

procedure TForm1.Button1Click(Sender: TObject);

var
i:integer;
ss1:array of double;
ss2:array of double;
//series1:TLineseries;

begin
setlength(ss1,100);
setlength(ss2,100);
//series1:=Tlineseries.Create(self);
for i:=0 to 99 do
begin
ss1[i]:=i;
ss2[i]:=2000;
series1.AddXY(ss1[i],ss2[i]);
end;
end;

end.


while at run time, it is showing some error.. but if u change the value of ss2[i]:= 1800; it is working.. i need to plot like this some 12000 datas of having value 99999. all the values in the array are of same.

1. what is the maximum constant Yvalue that tee chart will accept? since in the fun dec it is showing as var: array of double?
Back to top
View user's profile Send private message
sekar1
Member


Joined: 21 Dec 2006
Posts: 13

PostPosted: 15/03/07 04:37    Post subject: Reply with quote

i forget to add one thing. i am using delphi 7 and teechart standard4.0
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    DELPHI AREA Forum Index -> Delphi Programming All times are GMT
Page 1 of 1

Add to favorites

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group