MinorArrowScale Property [AutoAxisGrid]

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

Syntax

object.MinorArrowScale

object.MinorArrowScale = MinorArrowScale

 

Parameter Type Description
MinorArrowScale Long required, grfArrowStyle

 

Example 1

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

Polyline.minorArrowScale = grfASSimple

Example 2

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

Debug.Print Polyline.minorArrowScale

 

Used by: AutoAxisGrid object