Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 00:36:05 +0000



Post From: When scrolling, the graphic element entered an invisible area.

[2023-10-11 06:31:39]
SkyKeeper - Posts: 40
At the price set by Scale Range: Automatic
When scrolling, the graphic element entered an invisible area.
This happens if it is the lowest on the chart. How do I make sure that the element is always displayed in full?

Element Code:

sc.GraphDrawType = GDT_CUSTOM;
VcHigh.DrawStyle = DRAWSTYLE_BAR_TOP;        
VcLow.DrawStyle = DRAWSTYLE_BAR_BOTTOM;          
VcClose.DrawStyle = DRAWSTYLE_DIAMOND;
VcHigh.LineWidth = 3;
VcLow.LineWidth = 3;  
VcClose.LineWidth = 1;
image1.PNG / V - Attached On 2023-10-11 06:31:29 UTC - Size: 24.89 KB - 72 views
image2.PNG / V - Attached On 2023-10-11 06:31:32 UTC - Size: 29.62 KB - 71 views