How does one draw a vertical line that spans panes using wealth-script?
Size:
Color:
One can't span Panes with a line because the existing drawing methods are designed to accept a single pane only. I could think of using SetPaneBackgroundColor/SetBackgroundColor if it applies.
Size:
Color:
So if I understand, there is not a way to programatically do a vertical bar like one can manually draw on a chart. Setting the Background color does work, but is very "fat" vertical line.
Size:
Color:
That's right. As a workaround, you can do a vertical bar by extending a line to span several panes by calling DrawLine in each individual pane.
Size:
Color: