DADiSP Worksheet Functions > Function Categories > Display and Manipulation > SETLINE

 

SETLINE

Purpose:

Sets the line style of the series curve.

Syntax:

SETLINE(series, linetype, sernum)

series

-

Optional. A series, defaults to the current Window.

linetype

-

An integer, the line style for the series:

1:

Solid

2:

Dashed

3:

Dotted

4:

Dash-dot

5:

Dash-dot-dot

sernum

-

Optional. An integer, the index of the series to set. Defaults to 1.

Example:

W1: gnorm(10, 1);setline(2)

 

sets the line style of the series to dashed lines.

See Also:

SETLINEWIDTH

SETPLOTSTYLE