MajorArrowScale Property [AutoAxisTickMarks]

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

Syntax

object.MajorArrowScale

object.MajorArrowScale = MajorArrowScale

 

Parameter Type Description
MajorArrowScale Double required, scaling factor

 

Example 1

The following example shows how to change the arrow scale of a polyline.

Polyline.majorArrowScale = 2

Example 2

The following example shows how to return the arrow scale.

Debug.Print Polyline.majorArrowScale

 

Used by: AutoAxisTickMarks object