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.