The DisplayLabel property returns or sets the flow map Display label option. Returns a Boolean.
Syntax
object.DisplayLabel
object.DisplayLabel = DisplayLabel
Parameter |
Type |
Description |
DisplayLabel |
Boolean |
required; true to display flow line labels |
Example
'DisplayLabel
'Show labels on the flow lines
FlowMap.DisplayLabel = True
Used by: FlowMap object