Logarithmic Scaling problem
Logarithmic Scaling problem
I am a new user for TeeChart Pro 6. I cannot get the log chart axis to scale properly using the chart editor. With data points in the range of 1 to 10,000...the axis should be 1, 100, 1000, 10000 but no matter what I tried...the scale generated by TeeCharts is not ranged properly. Any ideas on the logarithmic function ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dlc,
Using TeeChart Pro v6 ActiveX it works fine for me here using:
Can you please test if it works at your end or modify the code so that we can reproduce the problem here? If necessary I'll send our latest .ocx version available.
Using TeeChart Pro v6 ActiveX it works fine for me here using:
Code: Select all
Private Sub Form_Load()
For i = 0 To 10000
TChart1.Series(0).Add i, "", clTeeColor
Next
TChart1.Axis.Left.Logarithmic = True
End Sub
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Logarithmic Scaling problem
I have no problem getting the left axis to scale from 0 to 10,000 but it should have a tick mark at 1, 10, 100, 1000 and 10000 and be proportional. I see the first tick about half way up the left axis and then the other ticks or crunched in the remaining half of the left axis.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dlc,
I can not reproduce this problem here. Could you please confirm which TeeChart version are you using and send us an image so that we can notice the problem?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
I can not reproduce this problem here. Could you please confirm which TeeChart version are you using and send us an image so that we can notice the problem?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |