Support Board
Date/Time: Fri, 29 Nov 2024 14:44:19 +0000
Post From: Changing Subgraph Line Width of Other Studies
[2022-06-18 03:05:22] |
User275839 - Posts: 61 |
Hi, I would like to do this as well. Was there ever an answer somewhere? Is this possible? I have an ACSIL study within which I want to change the subgraph LineWidth property of a different study in the same chartbook. Basically, something like sc.SetStudySubgraphDrawStyle(1, 1, 0, DRAWSTYLE_LINE), but for a study LineWidth property. Like this: sc.SetStudySubgraphLineWidth(1, 1, 0, 4), where the last parameter is the desired line width. |