Support Board
Date/Time: Tue, 26 Nov 2024 22:41:11 +0000
[Programming Help] - DRAWSTYLE_POINT size 3 = rhombus?
View Count: 267
[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; |
To post a message in this thread, you need to log in with your Sierra Chart account: