DADiSP Worksheet Functions > Function Categories > Numerical Formatting > SETXTICPRECISION
Sets the number of significant digits after the decimal place to display for the X axis tic mark values.
SETXTICPRECISION(win, prec)
win |
- |
Optional. Window reference. Defaults to the current Window. |
prec |
- |
An integer, the number of digits of precision after the decimal point. |
setxticprecision(W2, 3)
sets the X tic number of digits after the decimal place to 3 for W2.
setxticprecision(W2, -1)
resets the X tic precision to the internal default.
SETXTICPRECISION sets the X tic precision for individual Windows.
A negative value resets the X tic precision to the current default.
See SETPRECISION to set the global precision for all numeric displays.