Support Board
Date/Time: Tue, 11 Feb 2025 02:29:26 +0000
Post From: Change Line width for threshold with ACSIL
[2020-08-25 15:01:37] |
User681150 - Posts: 62 |
i was successfully able to change the color of the subgraph line using ACSIL .DataColor when a condition was met (stoch > 60). i assume this was possible because .DataColor has the [sc.Index] capability sc.Subgraph[0].DataColor[sc.Index] i now want to also change the width of the line at the same condition. so .LineWidth = 2; is this possible with ACSIL? i have tried and it changes the entire line. i am assuming because LineWidth doesnt support [sc.Index]. is this assumption correct? if not, what code can i use to change the line width only for the area that the condition is met? thanks alot |
![]() Attachment Deleted. |