Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 20:27:00 +0000



[Programming Help] - DRAWSTYLE_POINT size 3 = rhombus?

View Count: 266

[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 - 71 views

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account