The TextLeadEndArrow property returns or sets the bar map or pie map text leader line end arrow. Returns a MVArrowStyle.
Syntax
object.TextLeadEndArrow
object.TextLeadEndArrow = TextLeadEndArrow
Parameter |
Type |
Description |
TextLeadEndArrow |
required; arrow type |
Example 1
This example returns the end arrow style for bar map text leader lines.
Debug.Print BarMap.TextLeadEndArrow
Example 2
This example sets the end arrow style to a simple arrow for bar map text leader lines.
BarMap.TextLeadEndArrow = mvASSimple
Used by: BarMap object, PieMap object