Support Board
Date/Time: Fri, 04 Jul 2025 01:45:39 +0000
Post From: sc.CombinedForegroundBackgroundColorRef transparent is possible?
[2020-06-23 09:24:44] |
GiovanniD - Posts: 41 |
I need to set only the foreground color in some circumstances, is there a way to leave the background color to transparent? Subgraph_Tempo.DataColor[sc.Index] = sc.CombinedForegroundBackgroundColorRef(RGB(90, 90, 90), transparent); Otherwise, I can pick up the color value used in the background in the chart so I can put it in the sc.CombinedForegroundBackgroundColorRef? Thanks Piero |