Sets the date for a series.
SETDATE(series, "date")
series |
- |
Optional. A series, defaults to the current Window. |
"date" |
- |
A string. The new series date. Must in the form |
setdate(W3, "6-12-2030")
sets the date of the series in W3. To verify the change, press [F2] to display the information box.
W1: gnorm(100, 1);setdate("6-12-2030");sethunits("yearly")
Creates a series in W1 and displays the X axis in calender years starting at 2030.
W1: gnorm(100, 1);setdate("6-12-2030");sethunits("daily")
Creates a series in W1 and displays the X axis in calender days starting at
To save the change, save the series after its date has been changed.
See SETHUNITS to set the series units to "yearly" or "daily" to display calender years or days on the X axis.