problem in plotting -ve values for bottom axis

TeeChart for ActiveX, COM and ASP
Post Reply
CS
Newbie
Newbie
Posts: 22
Joined: Sat Jun 08, 2002 4:00 am

problem in plotting -ve values for bottom axis

Post by CS » 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.
Attachments
WrongHistogram.JPG
Graph I got.
As per the values I am passing the big bar has to come at 0th point in bottom axis.
WrongHistogram.JPG (20.31 KiB) Viewed 3568 times

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: problem in plotting -ve values for bottom axis

Post by Yeray » Thu Nov 12, 2009 10:14 am

Hi CS,

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

Thanks in advance.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply