Length Property [AutoAxis]
The Length property returns or sets length of standard and box-whisker axes. Returns a Double.
Syntax
object.Length
object.Length = Length
Parameter | Type | Description |
Length | Double | required, in page units |
Example 1
This example shows how to set the length of the X axis.
Axis.length = 3
Example 2
This example shows how to return the length of the X axis.
Debug.Print Axis.length
Used by: AutoAxis object