Support Board
Date/Time: Sun, 19 Jan 2025 12:16:55 +0000
Post From: can't get spaces in front of SCSubgraph's short name
[2018-03-29 09:54:52] |
MD236 - Posts: 28 |
Hi, I'm not able to place space charaters into the subgraphs shortname to get a little space between a indicator line and the name My code looks like this SCSubgraphRef ibhigh = sc.Subgraph[0];
It looks like the space characters are deleted after compiling.ibhigh.Name="IB-High"; ibhigh.ShortName=" IB-High"; If I do the same within the chart study configuration it works, how can I achive this in programming? Thanks Mario |