Support Board
Date/Time: Fri, 12 Sep 2025 04:58:17 +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. |