rulerLimitDecimals
graphic rulerLimitDecimals boolean { t | nil }
Description
Limits the number of decimal places displayed for the end-point value on a diagonal ruler. For example, the end-point value 5.830962 might appear as 5.831~. The number of decimal places displayed is calculated proportional to the DBUPerUU property of a cellview.
If both
rulerLimitDecimals and displayRulerMiddlePoint are set to t, rulerLimitDecimals also applies to the middle-point value on a diagonal ruler. GUI Equivalent
Examples
envGetVal("graphic" "rulerLimitDecimals")
envSetVal("graphic" "rulerLimitDecimals" 'boolean t)
Related Topics
Return to top