The LabelFormat property returns the pin map or scale bar label format. Returns a LabelFormat object. This is a read-only property.
Syntax
object.LabelFormat
Example 1
This example demonstrates how to return the number of digits to the right of the decimal point.
Debug.Print ScaleBar.LabelFormat.NumDigits
Example 2
This example demonstrates how to change the number of digits to the right of the decimal point to five.
PinMap.LabelFormat.NumDigits = 5
Used by: PinMap object, ScaleBar object