OffsetAlongLine Property
The OffsetAlongLine property sets the label distance in page units offset from the label reference point. Returns a Double
Syntax
object.OffsetAlongLine
object.OffsetAlongLine = OffsetAlongLine
Parameter | Type | Description |
OffsetAlongLine | double | required, distance in page units label is offset from the label reference point |
Example
This example shows how to set the label offset.
'Set the label offset to 0.09 inches
LineScatterPlot.Labels.OffsetAlongLine = 0.09
Used by: AutoPlotLabels object