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