Page 1 of 1

Logarithmic Scaling problem

Posted: Tue Jul 25, 2006 2:53 am
by 9091786
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 ?

Posted: Wed Jul 26, 2006 9:17 am
by narcis
Hi dlc,

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
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.

Logarithmic Scaling problem

Posted: Sat Jul 29, 2006 2:42 am
by 9091786
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.

Posted: Mon Jul 31, 2006 7:28 am
by narcis
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.