Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 00:27:40 +0000



Post From: ACSIL method to set Transparency Level for Fill Styles in Subgraphs tab

[2023-10-12 05:10:28]
trader0222 - Posts: 30
Hi Support,

Can i find out how to set the Transparency Level for Fill Styles using ACSIL?

sc.TransparencyLevel = 0.8

The compiler throws an error when I attempted to do so
error C2039: 'TransparencyLevel': is not a member of 's_sc'

I understand there is a function SetChartStudyTransparencyLevel but I do not wish to define the ChartNumber and StudyID.

I am looking for an equivalent like
sc.GlobalDisplayStudySubgraphsNameAndValue = 0;
sc.DisplayStudyName = 0;
sc.DisplayStudyInputValues = 0;


Thank you!