Sets the line style of the series curve.
SETLINE(series, linetype, sernum)
series |
- |
Optional. A series, defaults to the current Window. |
||||||||||
linetype |
- |
An integer, the line style for the series:
|
||||||||||
sernum |
- |
Optional. An integer, the index of the series to set. Defaults to 1. |
W1: gnorm(10, 1);setline(2)
sets the line style of the series to dashed lines.