LabelLineStartArrow Property
The LabelLineStartArrow property is used to set the pie chart label line properties.
Syntax
object.LabelLineStartArrow
object.LabelLineStartArrow = LabelLineStartArrow
Parameter | Type | Description |
LabelLineStartArrow | Long | required, grfArrowStyle |
Example 1
The following example shows how to change the arrow head at the start of a polyline.
Polyline.LabelLineStartArrow = grfASSimple
Example 2
The following example shows how to return the start arrow head style.
Debug.Print Polyline.LabelLineStartArrow
Used by: AutoPieChart object