The LabelType property returns or sets the flow map label type. Returns the MVFlowLabelType.
Syntax
object.LabelType
object.LabelType = LabelType
Parameter |
Type |
Description |
LabelType |
required; flow label type |
Example
'LabelType
'Set the flow line labels to display only the data value
FlowMap.LabelType = mvFlowLabelValue
Used by: FlowMap object