Scale Property [AutoAxisLink]
The Scale property returns or sets if the axis scale is linked. Returns a Boolean.
Syntax
object.Scale
object.Scale = Scale
Parameter | Type | Description |
Scale | Boolean | required, True = Axis scale linked,False = Axis scale not linked |
Example 1
This example shows how to set the axis scale to linked.
AxisLink.scale = True
Example 2
This example shows how to return if the axis scale is linked.
Debug.Print AxisLink.scale
Used by: AutoAxisLink object