Inconsistant Error:Index was outside the bounds of the array

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
MTB
Newbie
Newbie
Posts: 30
Joined: Tue Mar 11, 2003 5:00 am
Location: USA
Contact:

Post by MTB » Tue Nov 25, 2003 4:22 pm

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.

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Tue Nov 25, 2003 5:47 pm

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)

Post Reply