DADiSP Worksheet Functions > Function Categories > Query Functions > GETXTIC

 

GETXTIC

Purpose:

Returns the x-axis tic interval of a Window.

Syntax:

GETXTIC(win)

win

-

Optional. Window reference. Defaults to the current Window.

Returns:

A real number.

Example:

setxtic(getxtic(W2) * 2)

 

sets the current x-axis tic interval to be twice the length of the XTIC interval in Window 2.

See Also:

GETYTIC

GETZTIC

GETZT

SETXTIC

SETYTIC

XTIC

YTIC

ZTIC