Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 11:54:42 +0000



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

[2020-06-29 07:46:52]
PS2004 - Posts: 37
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 - 233 views