AScale Property

The AScale property returns or sets the axis scale for standard axes. Returns a Long.

Syntax

object.AScale

object.AScale = Scale

 

Parameter Type Description
Scale Long required, grfAxisScale

 

Example 1

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

Axis.AScale = grfAxisProbPer

Example 2

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

Debug.Print Axis.AScale

 

Used by: AutoAxis object

See Also

Scale Property