Page 1 of 1

problem in plotting -ve values for bottom axis

Posted: Thu Nov 12, 2009 8:15 am
by 6924564
I am using TeeChart Pro 5.0. I used the following code to set bottom axis.
With .Axis.Bottom
.SetMinMax -386.96, 310
End With
Attached is the graph I got.
As per the values I am passing the big bar has to come at 0th point in bottom axis.

X and Y values which I am trying to plot. (Some -ve sample values)
X-value Y-value
-386.96 1.00
-323.34 1.00
-281.21 1.00
-267.60 1.00


Can you help me to solve this issue.

Re: problem in plotting -ve values for bottom axis

Posted: Thu Nov 12, 2009 10:14 am
by yeray
Hi CS,

Could you please send us a simple example project we can run as-is to reproduce the problem here?

Thanks in advance.