LabelRotation Property

LabelRotation returns or sets the scale bar label rotation angle in degrees. Returns a double.

Syntax

object.LabelRotation

object.LabelRotation = Angle

Parameter

Type

Description

Angle

Double

required

Example 1

This example demonstrates how to return the label rotation.

Debug.Print ScaleBar.LabelRotation

Example 2

This example demonstrates how to rotate labels sixty degrees counterclockwise.

ScaleBar.LabelRotation = 60

Used by: ScaleBar object