The LeadSegToText property returns or sets the bar map's Shortest segment to text option. Returns a double.
Syntax
object.LeadSegToText
object.LeadSegToText = Dist
Parameter |
Type |
Description |
Dist |
Double |
required; in page units |
Example 1
This example returns the length of the shortest text leader line from the bar to the text.
Debug.Print BarMap.LeadSegToText
Example 2
This example sets the length to 0.25 for the shortest text leader line from the bar to the text.
BarMap.LeadSegToText = 0.25
Used by: BarMap object