Support Board
Date/Time: Sun, 12 Jan 2025 11:58:21 +0000
Post From: Can LineStyle be added as a variable to DRAWSTYLE_SUBGRAPH_NAME_AND_VALUES_ONLY
[2017-02-12 14:04:12] |
@sstfrederik - Posts: 404 |
I would like this subgraph to be a placeholder for line properties that are drawn with draw tools in ACSIL and sc.AddLineUntilFutureIntersection(). In some sample code for sc.AddLineUntilFutureIntersection() the DRAWSTYLE_SUBGRAPH_NAME_AND_VALUES_ONLY is used to get line properties. LineColor and Linewidth works fine, however LineStyle is not part of that. It would make sense if this subgraph is used to provide Line properties only. The code examples suggests this. I guess I could go for DRAWSTYLE_LINE for this purpose as well. |