Support Board
Date/Time: Tue, 04 Nov 2025 04:37:31 +0000
Post From: How to change drawing order (above|below) of subgraphs in ACSIL study?
|   [2021-01-18 07:19:20]     |  
| User164131 - Posts: 19 | 
| 
                Yes, Flipper, I already tried to: 1. change subgraph numbers SCSubgraphRef Subgraph_ExtensionLines = sc.Subgraph[0]; SCSubgraphRef Subgraph_VPOC = sc.Subgraph[1]; to SCSubgraphRef Subgraph_ExtensionLines = sc.Subgraph[1]; SCSubgraphRef Subgraph_VPOC = sc.Subgraph[0]; 2. change subgraphs order in "sc.SetDefaults" section 3. change subgraphs order in the main section of code Same result — extension lines are above the dashes (see screenshot)  | 
        
|          |  
