The ClassTextOffset property returns or sets the flow map text label offset distance from the flow line for the specified class. Returns a double.
Syntax
object.ClassTextOffset(ClassIndex)
object.ClassTextOffset(ClassIndex) = TextOffset
Parameter |
Type |
Description |
ClassIndex |
Integer |
required; class number |
TextOffset |
Double |
required; in page units |
Example
'ClassTextOffset
'Offset the labels from the first class flow line by an inch and a half
FlowMap.ClassTextOffset(1) = 1.5
Used by: FlowMap object