Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 13:19:38 +0000



Post From: Drawing chart drawings by UseTool to another chart

[2015-09-06 11:21:05]
sampater - Posts: 243
I would like to draw chart drawings by UseTool to another chart than a chart where there is a study which has a call to sc.UseTool(). But in the documentation about the ChartNumber member there is that:
This member is ignored if s_UseTool::AddAsUserDrawnDrawing is 0

So, is there any specific reason why it is possible only if chart drawings have the s_UseTool::AddAsUserDrawnDrawing = 1 flag set?
I know that can be potential conflict with LineNumbers from another chart, but i can manage LineNumbers from a few charts.

I don't want to use AddAsUserDrawnDrawing = 1 because i don't want to would be possibility any modification from charts level these chart drawings.