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

 

INHWINSTYLE

Purpose:

Causes series to inherit/not inherit its plotting style from the Window.

Syntax:

INHWINSTYLE(win, inherit, sernum)

win

-

Optional. A window, defaults to the current Window.

inherit

-

Optional. An integer, the plot style inherit mode:

0:

Do not inherit plot style

1:

Inherit plot style from the Window (default)

sernum

-

Optional. Index (origin 1) specifying which data series to set. Defaults to 1, the primary series.

Remarks:

By default, a Window displays a series in the plot style specified by the series. See INHSERSTYLE to force the series to plot in the style specified by the Window.

 

Explicitly setting the Windows plotting style with LINES, POINTS, BARS has the effect of overriding the series plot style.

See Also:

INHSERSTYLE

SETPLOTSTYLE

SETPLOTTYPE