DADiSP Worksheet Functions > Function Categories > Query Functions > GETSYMBOLSIZE
Returns the symbol size of a series.
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. |
An integer, the symbol size.
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
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.