Page 1 of 1

Posted: Tue Nov 25, 2003 4:22 pm
by 8122607
I'm just another new user, so don't take my reply for an official answer. However, you should check the parameters of the Add() method. They are "x, y, z", not "x, z, y". This could explain what you are seeing.

Hope that helps.

Posted: Tue Nov 25, 2003 5:47 pm
by Marjan
8122607 wrote:However, you should check the parameters of the Add() method. They are "x, y, z", not "x, z, y".
Hope that helps.
Good answer! Precisely that. Teechart is actually plotting y=y(x,z). They're just variable names, you can pretend it's z=z(x,y), but the important thing is that function is always quoted between parameters in it:(parameter1,function,parameter2)