DADiSP Worksheet Functions > Function Categories > Plot Attributes > SETSYMBOLSIZE
Sets the symbol size of a series.
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. |
Nothing, sets the symbol size of a series.
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.
The size is specified in terms of pixels.
If size <= 0, the size is set to the value of the SYMBOL_SIZE configuration parameter.