Support Board
Date/Time: Mon, 10 Feb 2025 15:16:39 +0000
Post From: help with plotting horizontal line
[2020-08-18 01:32:02] |
User681150 - Posts: 62 |
i cant plot a 0.0 horizontal line using ACSIL. if i change it to 1.5 using SetFloat(1.5) it works, if i change to SetFloat(0.0) nothing same with SetInt. whats the best way to plot a ZERO line in my subgraph. I want to set a line between positive/negative values. thanks thanks SCSubgraphRef sgZeroline = sc.Subgraph[1]; int zeroline = 0; if(sc.setDefaults) { sc.Subgraph[1].Name = "zeroline"; return }; sgZeroline[sc.Index] = zeroline; Date Time Of Last Edit: 2020-08-18 02:26:53
|