Support Board
Date/Time: Sat, 08 Feb 2025 07:27:13 +0000
Post From: Turn off "Display Name and Value in Region Data Line" with ACSIL
[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
|