Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 22:20:14 +0000



Transparency % for ACSIL Interface Members - sc.Subgraph Array

View Count: 926

[2020-05-18 14:12:43]
User267701 - Posts: 66
Are we able to set transparency for the Drawstyle Transparent Fill Top/Bottom?
[2020-05-18 17:33:34]
Sierra Chart Engineering - Posts: 104368
Yes of course. Refer to:
ACSIL Interface Members - Variables and Arrays: sc.TransparencyLevel
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-10-06 10:49:13]
Tony - Posts: 519
Hi,

This is the first time I use this variable, version 2550, I got an error message:


error: ‘struct s_sc’ has no member named ‘TransparencyLevel’; did you mean ‘TransparencyLevel_Unused’?


with 'TransparencyLevel_Unused', I was able to build .dll file but no effect on setting Transparency Level.

wonder if it has been changed to another name? thanks!

P.S.
Ideally, Transparency Level can be set individually if there are multiple subgraph pairs with
'Transparent Fill Top/Bottom"
Date Time Of Last Edit: 2023-10-06 10:54:01
[2023-10-06 15:31:14]
Sierra_Chart Engineering - Posts: 17185
Use these new functions:
int32_t sc.GetChartStudyTransparencyLevel(int32_t ChartNumber, int32_t StudyID);
int32_t sc.SetChartStudyTransparencyLevel(int32_t ChartNumber, int32_t StudyID, const int32_t TransparencyLevel);
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-10-20 17:34:16]
User260640 - Posts: 9
You guys might want to Update/Correct your online Documentation on SetChartStudyTransparencyLevelfunction. Body of documentation should say SetChartStudyTransparencyLevel not Get

sc.SetChartStudyTransparencyLevel()
[Link] - [Top]
Type: Function

int32_t GetChartStudyTransparencyLevel(int32_t ChartNumber, int32_t StudyID, const int32_t TransparencyLevel);

The sc.GetChartStudyTransparencyLevel() function sets the current transparency level (0 to 100) for Draw Styles which use transparency for the study specified by the ChartNumber and StudyID parameters.

The TransparencyLevel parameter sets the transparency level. This can be a value anywhere from 0 to 100.

Cheers
Cid
[2023-10-20 20:34:44]
John - SC Support - Posts: 36309
Thank you - we have corrected the documentation.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account