The TextLeadArrowScale property returns or sets the bar map or pie map text leader line arrow scale. Returns a double.
Syntax
object.TextLeadArrowScale
object.TextLeadArrowScale = TextLeadArrowScale
Parameter |
Type |
Description |
TextLeadArrowScale |
Double |
required; arrow scale |
Example 1
This example returns the bar map arrow scale for the text leader line.
Debug.Print BarMap.TextLeadArrowScale
Example 2
This example sets the bar map arrow scale for the text leader line to 0.5.
BarMap.TextLeadArrowScale = 0.5
Used by: BarMap object, PieMap object