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; |