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.
Inconsistant Error:Index was outside the bounds of the array
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)8122607 wrote:However, you should check the parameters of the Add() method. They are "x, y, z", not "x, z, y".
Hope that helps.