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