The LabelAboveBar property returns or sets the Above scale bar option for scale bar labels. Returns a Boolean.
Syntax
object.LabelAboveBar
object.LabelAboveBar = LabelAboveBar
Parameter |
Type |
Description |
LabelAboveBar |
Boolean |
required; true to place labels above the scale bar |
Example 1
This example returns the state of placing the scale bar description above the scale bar.
Debug.Print ScaleBar.LabelAboveBar
Example 2
This example places the scale bar description below the scale bar.
ScaleBar.LabelAboveBar = False
Used by: ScaleBar object