Login Page - Create Account

Support Board


Date/Time: Sat, 08 Feb 2025 06:58:27 +0000



Turn off "Display Name and Value in Region Data Line" with ACSIL

View Count: 809

[2020-06-29 07:46:52]
PS2004 - Posts: 47
Hi!
How can I turn off "Display Name and Value in Region Data Line" by code written in ACSIL?
Based on the documentation I wrote the code below, but it only turns off the "Display Name and Value in Chart Values Windows" (see the attached picture).

SustainableBullColor.Name = "SustainableBullColor_SG";
SustainableBullColor.DrawStyle = DRAWSTYLE_FILL_BOTTOM;
SustainableBullColor.PrimaryColor = SustainableBullColor_input.GetColor();
SustainableBullColor.DisplayNameValueInWindowsFlags = 0;

I tried with
SustainableBullColor.DisplayNameValueInWindowsFlags = 0 | 0;
but that didn't worked either.
Date Time Of Last Edit: 2020-06-29 08:03:21
imagecrop.jpg / V - Attached On 2020-06-29 07:45:26 UTC - Size: 53.32 KB - 266 views
[2020-06-29 07:55:54]
User907968 - Posts: 826
ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].DisplayNameValueInDataLine

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

Login

Login Page - Create Account