Support Board
Date/Time: Fri, 17 Jan 2025 19:51:43 +0000
Post From: Access to "Draw Outline Only ( Hollow)" setting via s_useTool
[2017-12-10 16:12:29] |
User700756 - Posts: 16 |
I am trying to draw a circle using s_UseTool. I want to use MARKER_POINT and access the "Draw Outline Only" option like is available on the tool config settings. I have read the documentation, searched the support board and otherwise attempted to figure out how to access this setting with s_UseTool and it appears it is not available without configuring I want to draw a hollow circle of size X, with the center at ( BarIndex, Price ). I May need to draw multiple circles at the same BarIndex and I can't know ahead of time how many so this prevents me from using a Subgraph[] with DRAWSTYLE_CIRCLE_HOLLOW. Can you please advise if this is possible or point me to other relevant documentation that I may have overlooked? thanks, |