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
negative left axis error
found solution
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
Mike