problem in plotting -ve values for bottom axis
Posted: Thu Nov 12, 2009 8:15 am
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.
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.