Login Page - Create Account

Support Board


Date/Time: Mon, 20 May 2024 18:37:49 +0000



Post From: sc.ScrollToDateTime not Resetting

[2018-08-14 17:00:08]
kas64h - Posts: 87
I've been using sc.ScrollToDateTime to scroll a chart.
I set it using sc.ScrollToDateTime.SetDateTime(NewDate); etc., and the chart scrolls fine.

However, according to the documentation it should then reset itself to zero.
It doesn't appear to be doing the reset, resulting in any user key press etc., scrolling the chart back to the position set by sc.ScrollToDateTime (obviously not desirable).

I've tried clearing it manually using sc.ScrollToDateTime.Clear(), but this results in the chart scrolling to the end.

Can you please take a look.

Thanks.