TextLeadStartArrow Property

The TextLeadStartArrow property returns or sets the bar map or pie map text leader line start arrow style. Returns a MVArrowStyle.

 

Syntax

object.TextLeadStartArrow

object.TextLeadStartArrow = TextLeadStartArrow

 

Parameter

Type

Description

TextLeadStartArrow

MVArrowStyle

required; arrow style

 

Example 1

This example returns the starting arrow style for the text leader lines of a bar map.

 

Debug.Print BarMap.TextLeadStartArrow

 

Example 2

This example sets the starting arrow style to a simple arrow for the text leader lines of a bar map.

 

BarMap.TextLeadStartArrow = mvASSimple

 

Used by: BarMap object, PieMap object