LabelIncrement Property
LabelIncrement returns or sets the amount to increment each label by (arbitrary units). Returns a double.
Syntax
object.LabelIncrement
object.LabelIncrement = LabInc
Parameter |
Type |
Description |
LabInc |
Double |
required |
Example 1
This example demonstrates how to return the label increment.
Debug.Print ScaleBar.LabelIncrement
Example 2
This example demonstrates how to set the label increment of a scale bar to two.
ScaleBar.LabelIncrement = 2
Used by: ScaleBar object