MinorArrowScale Property [AutoAxisTickMarks]
The MinorArrowScale property is used to set the axis tick marks arrow properties. Returns a Double.
Syntax
object.MinorArrowScale
object.MinorArrowScale = MinorArrowScale
Parameter | Type | Description |
MinorArrowScale | Double | required, scaling factor |
Example 1
The following example shows how to change the arrow scale of a polyline.
Polyline.minorArrowScale = 2
Example 2
The following example shows how to return the arrow scale.
Debug.Print Polyline.minorArrowScale
Used by: AutoAxisTickMarks object