Login Page - Create Account

Support Board


Date/Time: Sat, 08 Feb 2025 05:05:06 +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