Support Board
Date/Time: Fri, 04 Jul 2025 14:45:16 +0000
Post From: sc.GetGraphicsSetting() not working
[2023-06-19 20:02:18] |
WarriorTrader - Posts: 247 |
This will work: uint32_t Color, LineWidth;
SubgraphLineStyles LineStyle = LINESTYLE_UNSET; sc.GetGraphicsSetting(sc.ChartNumber, n_ACSIL::GRAPHICS_SETTING_CHART_BACKGROUND, Color, LineWidth, LineStyle); |