09-13-2006 01:08 PM
09-14-2006 06:10 AM
Hi Simon,
I'm not sure what you mean by "base 2 log" scale axis. In log scale any exponential behavior will be displayed as a straight line, regardless of the base value, which determines the slope of your curve.
Or are you talking about the tick values? If you want them to be 2, 4, 8, 16.. instead of 1, 10, 100... you can do that via the YScale.MarkerVals[] property.
Hope this helps.
Good luck,
Guenther