LabelLineArrowScale Property

The LabelLineArrowScale property is used to set the pie chart label line properties.

Syntax

object.LabelLineArrowScale

object.LabelLineArrowScale = LabelLineArrowScale

 

Parameter Type Description
LabelLineArrowScale Long required, grfArrowStyle

 

Example 1

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

Polyline.LabelLineArrowScale = grfASSimple

Example 2

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

Debug.Print Polyline.LabelLineArrowScale

 

Used by: AutoPieChart object