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