DADiSP Worksheet Functions > Function Categories > Plot Attributes > SETSYMBOLSIZE

 

SETSYMBOLSIZE

Purpose:

Sets the symbol size of a series.

Syntax:

SETSYMBOLSIZE(series, size, item)

series

-

Optional. Window reference. Defaults to the current Window.

size

-

An integer, the symbol size in pixels.

item

-

Optional. Series number. The series number if the target is a Window with more than one series. Defaults to 1.

Returns:

Nothing, sets the symbol size of a series.

Example:

W1: 1..20;setsym(14);setsymbolsize(9);

 

W1 contains a 20 point series where a circle is used as a symbol and the size is set to 9.

Remarks:

The size is specified in terms of pixels.

 

If size <= 0, the size is set to the value of the SYMBOL_SIZE configuration parameter.

See Also:

GETSYMBOLSIZE

SETPLOTSTYLE

SETSYMBOL

SETSYMBOLINTERVAL

SETSYMBOLOFFSET