Support Board
Date/Time: Sun, 25 May 2025 22:45:21 +0000
Post From: ACSIL Subgraph Custom Value with Transparent Background
[2023-05-20 11:30:33] |
User92573 - Posts: 560 |
Dear Support It's probably my programming but I wonder if you could throw some light on this issue. I'm using (.UseTransparentLabelBackground) which in other studies has no issues however when I use DrawStyle = DRAWSTYLE_CUSTOM_VALUE_AT_Y; I'm not seeing a transparent background as expected but instead the charts selected back-color. The code is really simple: // Subgraph01.DrawStyle = DRAWSTYLE_CUSTOM_VALUE_AT_Y; if(input_UseTransparentTextBackground.GetInt() == 1) { Subgraph01.UseTransparentLabelBackground = true; } else { Subgraph01.UseTransparentLabelBackground = false; } // That's it and with other DrawStyles I seem to get the expected results.. I'm pretty sure I've not missed anything but any help or assistance on this issue would be gratefully received. Many thanks. |