Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 22:42:13 +0000



Post From: DRAWSTYLE_POINT size 3 = rhombus?

[2023-10-19 06:57:05]
SkyKeeper - Posts: 40
Hello,
there is a code that draws a dot of size 3. But for some reason on the graph it looks not like a dot but like a rhombus. How can this be fixed? For example, in the screenshot, I enlarged the area and drew a dot in black color as it should look approximately.

sc.GraphDrawType = GDT_CUSTOM;
VcHigh.DrawStyle = DRAWSTYLE_BAR_TOP;        
VcLow.DrawStyle = DRAWSTYLE_BAR_BOTTOM;          
VcClose.DrawStyle = DRAWSTYLE_POINT;
VcHigh.LineWidth = 5;
VcLow.LineWidth = 5;  
VcClose.LineWidth = 3;
image01.PNG / V - Attached On 2023-10-19 06:56:03 UTC - Size: 7.82 KB - 72 views