Login Page - Create Account

Support Board


Date/Time: Fri, 10 May 2024 16:49:01 +0000



Modify Text and its alignment for Extending Rectangle Highlight

View Count: 1072

[2014-04-25 18:37:38]
raven2cz - Posts: 4
Hello, how can I set in ACSIL "Modify Text" attribute and uncheck "Labels On Right" for Extending Rectangle Highlight? I'm using s_UseTool component. Thanks for help.
[2014-04-28 15:19:20]
Al SC Developer - Posts: 434
Currently, this can not be done. However, in ver 1129 you will be able to do this with the following lines:


s_UseTool Tool;

Tool.Text = "Text to add";
Tool.TextAlignment = DT_LEFT; // use DT_RIGHT to place on the right

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account