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