MajorStartArrow Property [AutoAxisTickMarks]

The MajorStartArrow property is used to set the axis tick marks arrow properties. Returns a Double.

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 start of a polyline.

Polyline.majorStartArrow = grfASSimple

Example 2

The following example shows how to return the start arrow head style.

Debug.Print Polyline.majorStartArrow

 

Used by: AutoAxisTickMarks object