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