LabelAlongLine Property
The LabelAlongLine property modifies the angle of the label on the plot line so it follows the line. Returns a Boolean
Syntax
object.LabelAlongLine
object.LabelAlongLine = LabelAlongLine
Parameter | Type | Description |
LabelAlongLine | Boolean | required. True to display labels angled along the plot line. False to display labels with an angle defined by the Angle property. |
Example 1
'Set labels to display along the plot line
LineScatterPlot.Labels.LabelAlongLine = True
Used by: AutoPlotLabels object