labelKeepLabel
layout labelKeepLabel boolean { t | nil }
Description
Specifies whether or not the specified label string or pattern should be retained in the Label (Pattern) field after all the generated labels have been placed.
The default is t in Manual mode.
GUI Equivalent
Examples
envGetVal("layout" "labelKeepLabel")
envSetVal("layout" "labelKeepLabel" 'boolean nil)
Related Topics
Return to top