Support Board
Date/Time: Mon, 07 Jul 2025 06:52:02 +0000
Post From: Synchronous ASCIL method to draw on a chart on demand?
[2014-11-09 23:39:00] |
Zosimus - Posts: 345 |
The code example uses: Tool.ChartNumber = sc.ChartNumber; which means that it wants to draw the tool on the same chart and in this case there is no problem. The AddAsUserDrawnDrawing = 1 is required only when you want to draw on another chart. |