DADiSP Worksheet Functions > Function Categories > Numerical Formatting > SETYTICPRECISION

 

SETYTICPRECISION

Purpose:

Sets the number of significant digits after the decimal place to display for the Y axis tic mark values.

Syntax:

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.

Example:

setyticprecision(W2, 3)

 

sets the Y tic number of digits after the decimal place to 3 for W2.

Example:

setyticprecision(W2, -1)

 

resets the Y tic precision to the internal default.

Remarks:

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.

See Also:

SETPRECISION

SETXTIC

SETXTICPRECISION

SETYTIC