Logarithmic X-axis
Posted: Mon Dec 17, 2007 2:04 pm
Hi,
I'm using TeeChart v.8 with VBScript.
I try to logarothmic set X-axis as follows:
It works well, but axis labels are not in powers of 10.
So, it looks like: 0.14 0.16 0.18 ...
And I want to get something like: 10^0 10^1 10^2 ...
Is it possible with TeeChart v.8 ?
Thanks in advance,
Danila.
I'm using TeeChart v.8 with VBScript.
I try to logarothmic set X-axis as follows:
Code: Select all
Chart1.Axis.Bottom.Logarithmic = True
Chart1.Axis.Bottom.LogarithmicBase=10
So, it looks like: 0.14 0.16 0.18 ...
And I want to get something like: 10^0 10^1 10^2 ...
Is it possible with TeeChart v.8 ?
Thanks in advance,
Danila.