MinorStartArrow Property [AutoAxisGrid]
The MinorStartArrow property is used to set the axis grid line arrow properties. Returns a Long.
Syntax
object.MinorStartArrow
object.MinorStartArrow = MinorStartArrow
Parameter | Type | Description |
MinorStartArrow | Long | required, grfArrowStyle |
Example 1
The following example shows how to change the arrow head at the end of a polyline.
Polyline.minorStartArrow = grfASFilled
Example 2
The following example shows how to return the end arrow head.
Debug.Print Polyline.minorStartArrow
Used by: AutoAxisGrid object