Log Property (AAxis)

Returns or sets whether the axis has a log10 scale.

Syntax

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.

Where

bLog can be one of the following:

 

Value

Description

True

The axis values are log10 scale.

False *

The axis values are integral.

Example

The following statement changes the AAxis to use a log10 scale:

axs1.Log=True

Applies to

AAxis

See Also

AutoScale, Discrete, ReverseOrder