Search found 50 matches

by jzarech
Fri Oct 01, 2010 2:52 pm
Forum: .NET
Topic: How to graph a function with 3 variables
Replies: 5
Views: 8238

Re: How to graph a function with 3 variables

No,

I think due to it's complexity it's always a report.

Probably I should stick to that or lose a variable.

Because I think I'd have to add more axis or another dimension somehow
and just the thought of that hurts my brain.

Thanks,

ja
by jzarech
Thu Sep 30, 2010 3:43 pm
Forum: .NET
Topic: How to graph a function with 3 variables
Replies: 5
Views: 8238

Re: How to graph a function with 3 variables

So let's say the Z axis is fuel type "A". And the X axis is fuel type "B" Which axis would be the "Air Mixture"? The Y Axis would be thrust. So even though theirs 3 variables the "Thrust" which is the most important is really the 4th value. So 3 Variables go into the function to predict thrust and I...
by jzarech
Wed Sep 29, 2010 4:37 pm
Forum: .NET
Topic: How to graph a function with 3 variables
Replies: 5
Views: 8238

How to graph a function with 3 variables

How can you graph a function with 3 variables? Examle: thrust = Function(fuelTypeA, fuelTypeB, AirRatio) I'd like to graph all 3 variables in a 3d chart then have the countour be thrust. But since you can only use x, y, z values for points I'm not sure if this is possible. Any ideas or suggestions w...
by jzarech
Wed Sep 29, 2010 2:29 pm
Forum: .NET
Topic: How do you Programatically Add a 3d Point to a 3d Line serie
Replies: 2
Views: 5072

Re: How do you Programatically Add a 3d Point to a 3d Line serie

Thanks that was fast! Been a TeeChart customer since the beginning and you get better and better every year! Keep up the good work.
by jzarech
Wed Sep 29, 2010 1:44 am
Forum: .NET
Topic: How do you Programatically Add a 3d Point to a 3d Line serie
Replies: 2
Views: 5072

How do you Programatically Add a 3d Point to a 3d Line serie

I looked in the sample code and only find the FillSampleValues method used.
I'm looking for a Series.AddXYZ or something like that.

Thanks.