Specifies the x-axis coordinate range of a Window by time value.
SETXTIME(win, "xltime", "xrtime")
win |
- |
Optional. Window reference. Defaults to the current Window. |
"xltime" |
- |
A string. Left-hand Window time. |
"xrtime" |
- |
A string. Right-hand Window time. |
Nothing, the displayed x-axis coordinates are set in terms of values.
W1:gnorm(1000, 1);settime("8:00");sethunits("time");
setxtime(W1, "8:05", "8:10");
creates a 1000 point series with horizontal time units of Time. The starting time is 8:00. The X axis is set to display data between 8:05 and 8:10.
SETXTIME will expand or compress the current units scale.
The horizontal units of the series must be a time unit such as Time or Real Time.
See SETXDATE to set the x-axis coordinates in date values.
See SETX to set the x-axis coordinates in terms of the delta-x between values.
See SETHUNITS to set the x-axis units to a time unit.