Support Board
Date/Time: Mon, 15 Sep 2025 16:47:53 +0000
Post From: sc.SetChartStudyTransparencyLevel not working
[2023-10-14 17:48:24] |
Mark Lewis - Posts: 27 |
I got it to work using the code below. I'm thinking the study ID isn't available when sc.SetDefaults code is run. if (sc.StudyGraphInstanceID != 0 && sc.Index == 0) { sc.SetChartStudyTransparencyLevel(sc.ChartNumber, sc.StudyGraphInstanceID, 72); } Hope that helps someone else :) |