Page 1 of 1

Replacing drawing objects when chart is moving/zooming

Posted: Tue Nov 17, 2015 10:45 pm
by UweF
Hi all,

when I use the drawing tools in a qscript how I can replace my drawing objects (line, rectangle ...) when the chart will be zoomed, moved, scaled or whatever replaces the the candle bars on the canvas. What I mean is that I need a mechanism to move the drawing objects in the same moment when the chart itself moves over the canvas in the correct relation I have placed the drawing objects initially.
Is there something like events for zooming , moving, scaling and so on?

Many thanks in advance.

UweF

Re: Replacing drawing objects when chart is moving/zooming

Posted: Wed Nov 18, 2015 1:35 am
by kjociii
Unfortunately, there is nothing that automatically adjusts the drawing tools when the chart is changed. The easiest way I have found to reset the drawing tools is ctrl-k, which does the same thing as options -> recalculate all.

Kenn

Re: Replacing drawing objects when chart is moving/zooming

Posted: Wed Nov 18, 2015 8:25 am
by UweF
Ok, than I have to do it manually.

Many thanks and best regards
Uwe