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