SetIndexSymbol
Sets a symbol to be used for drawing points in a buffer.
Syntax
Parameters
bufferIndex
- A number representing the index of the buffer.symbol
- A number representing the symbol code to use.xoffs
- A number representing the X-offset for the symbol.yoffs
- A number representing the Y-offset for the symbol.
Return Value
This method does not return a value.
Description
The SetIndexSymbol
method sets a symbol to be used for drawing points in a buffer.
Example
Last updated