Login Page - Create Account

Support Board


Date/Time: Sun, 12 Jan 2025 15:14:39 +0000



Post From: Unexpected draw behavior with DrawingType: DRAWING_RECTANGLE_EXT_HIGHLIGHT

[2017-02-21 23:08:32]
User735389 - Posts: 189
I want to draw a rectangle that extents to the end of the right side of the chart. So I am using the Drawing Tool and setting the parameters:


Tool.DrawingType = DRAWING_RECTANGLE_EXT_HIGHLIGHT;
Tool.EndDateTime = 150;

It appears to be working properly when the BeginDateTime value is in view of the chart. But if I scroll left, where BeginDateTime is no longer in the chart view, the Rectangle will then be drawn across the entire chart. Is there a way to defeat this behavior (not draw the rectangle)?

Screenshots attached
Date Time Of Last Edit: 2017-02-21 23:09:19
imageIn view (correct behavior).GIF / V - Attached On 2017-02-21 23:07:29 UTC - Size: 30.36 KB - 234 views
imageNot in view (undesired behavior).GIF / V - Attached On 2017-02-21 23:07:34 UTC - Size: 28.52 KB - 242 views