MajorArrowScale Property [AutoAxisGrid]

The MajorArrowScale property is used to set the axis grid line arrow properties. Returns a Long.

Syntax

object.MajorArrowScale

object.MajorArrowScale = MajorArrowScale

 

Parameter Type Description
MajorArrowScale Long required, grfArrowStyle

 

Example 1

The following example shows how to change the arrow head at the start of a polyline.

Polyline.majorArrowScale = grfASSimple

Example 2

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

Debug.Print Polyline.majorArrowScale

 

Used by: AutoAxisGrid object