Scale Property [AutoAxis]

The Scale property returns or sets the standard axis scale. Returns a Long.

Syntax

object.Scale

object.Scale = Scale

 

Parameter Type Description
Scale Long required, grfAxisScale

 

Remarks

If you are using VB, use AScale rather than Scale.

Example 1

This example shows how to set the scale of the X axis.

Axis.scale = grfAxisProbPer

Example 2

This example shows how to return the scale of the X axis.

Debug.Print Axis.scale

 

Used by: AutoAxis object