Returns or sets whether the axis has a log10 scale.
Object.Log [ = bLog ]
The Log property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AAxis |
AAxis object |
|
bLog |
Bool |
A boolean expression that specifies whether the axis has a log10 scale on the object. |
bLog can be one of the following:
|
Value |
Description |
|
True |
The axis values are log10 scale. |
|
False * |
The axis values are integral. |
The following statement changes the AAxis to use a log10 scale:
axs1.Log=True