Page 1 of 1

negative left axis error

Posted: Tue Mar 09, 2004 12:39 pm
by 9080645
hello,

is there a bug in TeeChart 6 Pro ActiveX? I try to set the maximum of left axis to -800 and minimum to -1000, and the error message given is:

Error: Axis Maximum Value must be >= Minimum

I read data values from my serial port, and they are about -900 all the time.

The code:

With TChart1.Axis.Left
.Automatic = False
.Maximum = -800
.Minimum = -1000
End With

Mike

found solution

Posted: Tue Mar 09, 2004 1:01 pm
by 9080645
hih, sorry about the previous message. After reading the manual I found the SetMinMax function that seemed to do the trick. I was too anxious to post the message; that's due to enormous rush in our project ;-)

Mike