negative left axis error
Posted: Tue Mar 09, 2004 12:39 pm
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
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