Log Property
Syntax
CWAxis.Log
Data Type
Purpose
Specifies if the axis has a Log10 scale.
Remarks
When you change the Log property from a property page, you can change the settings for minimum values, maximum values, and tick mark placement to work better with a log scale.
Example
'Set the y axis of the graph to log mode
CWGraph1.Axes.Item(2).Log = True