The DrawTextLead property returns or sets the pie map Draw text leader option. Returns a Boolean.
Syntax
object.DrawTextLead
object.DrawTextLead = DrawTextLead
Parameter |
Type |
Description |
DrawTextLead |
Boolean |
required; true to draw text leads |
Example 1
This example returns the state of drawing text leader lines
Debug.Print PieMap.DrawTextLead
Example 2
This example enables the drawing of text leader lines.
PieMap.DrawTextLead = True
Used by: PieMap object