Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 23:31:11 +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];
ibhigh.Name="IB-High";
ibhigh.ShortName=" IB-High";
It looks like the space characters are deleted after compiling.
If I do the same within the chart study configuration it works, how can I achive this in programming?

Thanks
Mario