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