Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 08:57:19 +0000



Subgraph LineStyle and Width/Size ACSIL functions

View Count: 511

[2022-12-20 11:52:13]
kas64h - Posts: 87
The ACSIL functions sc.GetStudySubgraphDrawStyle(), sc.SetStudySubgraphDrawStyle(), sc.GetStudySubgraphColors() and sc.SetStudySubgraphColors() have all proven extremely useful.
Is it possible to do something similar through ACSIL functions for Study Subgraph LineStyle and Study Subgraph Width/Size?

Thanks
[2022-12-20 15:53:44]
John - SC Support - Posts: 31131
These are all controlled through the sc.SubGraph[] structure. Refer to the information for Line Style (for example) here:
ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].LineStyle
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-12-20 16:27:06]
kas64h - Posts: 87
Thank you for your response.
The functions I was referring to all allow the respective Subgraph properties to be altered in a Subgraph within another study (and/or chart) in the Chartbook - I.E. Function Signature: void SetStudySubgraphDrawStyle(int ChartNumber, int StudyID, int StudySubgraphNumber, int DrawStyle); etc.
This is what I'm looking for in regard to equivalent Get and Set functions for Subgraph LineStyle and Width/Size.
I believe the sc.SubGraph[] structure you're referring to only points to Subgraphs within a study (as referenced by the SCStudyInterfaceRef sc), not 'Other' Studies outside of this too.
[2022-12-20 18:10:29]
John - SC Support - Posts: 31131
The ones you reference are all that are available for accessing other studies subgraph information.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-12-20 20:40:07]
kas64h - Posts: 87
A little over 3 years ago I requested something similar for Subgraph PrimaryColor/SecondaryColor ACSIL functions, which resulted in Sierra Chart introducing the sc.GetStudySubgraphColors() and sc.SetStudySubgraphColors() ACSIL functions (Ref: Subgraph PrimaryColor/SecondaryColor ACSIL functions)
Sierra Chart developed these pretty quickly, so is it possible to introduce equivalent ACSIL functions for Subgraph LineStyle and Study Subgraph Width/Size?
I.E. Something like: sc.GetStudySubgraphLineStyle(), sc.SetStudySubgraphLineStyle(), sc.GetStudySubgraphLineWidth() and sc.SetStudySubgraphLineWidth()

Thank you
[2023-01-15 21:37:06]
kas64h - Posts: 87
Is there any update on this?
Thanks.
[2023-01-17 21:25:44]
Sierra_Chart Engineering - Posts: 14092
We will look at adding these.
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-01-22 10:09:37]
Sierra_Chart Engineering - Posts: 14092
These have been added to the latest prerelease.
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

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

Login

Login Page - Create Account