Without using the
SendKeys.SendWait("{F5}") approach?
I am looking for a more automated way to work-around the disconnect between a global line from a time-based chart with an end-of-session anchor point, and the way a tick chart implements the display of that line: the tick chart fails to update the anchor point correctly after initial plot.
The SendKeys approach is undesirable because it requires focus to shift to the time-based chart hosting the script that draws the global lines. If I have to shift focus to the time chart, I may as well continue to do so manually and press F5 manually, which is what I do currently to keep the lines in sync.
I would have liked for NT to keep the end-points in sync as part of the base functionality of global lines, but that is not what happens.

Comment