TextLeadLine Property

The TextLeadLine property returns the bar map or pie map text leader line properties. Returns a LineFormat object. This is a read-only property.

 

Syntax

object.TextLeadLine

 

Example

This example sets the width of bar map text leader lines to 0.05.

 

BarMap.TextLeadLine.Width = 0.05

 

Used by: BarMap object, PieMap object