DADiSP Worksheet Functions > Function Categories > Numerical Formatting > SETXTICPRECISION

 

SETXTICPRECISION

Purpose:

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

Syntax:

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.

Example:

setxticprecision(W2, 3)

 

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

Example:

setxticprecision(W2, -1)

 

resets the X tic precision to the internal default.

Remarks:

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.

See Also:

SETPRECISION

SETXTIC

SETYTIC

SETYTICPRECISION