DADiSP Worksheet Functions > Function Categories > Query Functions > GETSYMBOLSIZE

 

GETSYMBOLSIZE

Purpose:

Returns the symbol size of a series.

Syntax:

GETSYMBOLSIZE(series, item)

series

-

Optional. A series, defaults to the current Window.

item

-

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

Returns:

An integer, the symbol size.

 

Example:

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

 

symsize = getsymbolsize(w1);

 

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

 

symsize == 9

Remarks:

If the symbol size is <= 0, the size defaults to the value of the SYMBOL_SIZE configuration parameter. Use

 

setsymbol(0)

 

to turn off symbols.

See Also:

GETSYMBOL

GETSYMBOLINTERVAL

GETSYMBOLOFFSET

SETPLOTSTYLE

SETSYMBOL

SETSYMBOLSIZE