Search found 3 matches

by Bruce37
Tue May 23, 2006 2:07 pm
Forum: .NET
Topic: ToolBox error!
Replies: 3
Views: 3472

I have gotton this "ToolBox.exe has failed" when installing the latest TeeChart. I just ignored it and everything seems to be working fine so far.
by Bruce37
Tue May 23, 2006 1:46 pm
Forum: .NET
Topic: Crazy Drawn Series using Add
Replies: 2
Views: 2667

It turned out my X Values were not sorted. That answers that.

But then why are the X values auto sorted from lowest to highest values when I use the Assign method but not the Add?
by Bruce37
Tue May 23, 2006 12:51 am
Forum: .NET
Topic: Crazy Drawn Series using Add
Replies: 2
Views: 2667

Crazy Drawn Series using Add

I have two graphs. When I use TGraph1.Series(0).Add(arrayTimeX, arrayDistanceY) it seems to be a crap shoot if the series will be drawn correctly. But if I copy that graph to another graph, using TGraph2.Series(0).AssignValues(TGraph1.Chart.Series(0)) the series is always drawn correctly even though...