Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 02:00:42 +0000



Post From: Programming - sc.GetStudySubgraphLineStyle()

[2023-03-17 21:41:09]
User92573 - Posts: 530
Hi John, here is the information:


// declared and assigned as follows:
  
int32_t r_LineStyle = 0;
int32_t r_LineWidth = 0;

// LineWidth works for me but style doesn't.

// so this works as expected without issue.
Subgraph_My_Study.LineWidth= r_LineWidth;


// This is where I'm having issues and how I am retreiving the "LineStyle" information.
sc.GetStudySubgraphLineStyle(GetFromChart.GetChartNumber(), GetStudyID.GetStudyID(), GetSubgraph.GetSubgraphIndex(), r_LineStyle);  
Subgraph_My_Study.LineStyle = r_LineStyle;

// and this is how I am applying but which I cannot get to work and for me produces errors at compile.
Subgraph_My_Study.LineStyle = r_LineStyle;

Also, are there any plans to include the ability to obtain:

.LineLabel" and
.DrawZeros"



Many thanks
Date Time Of Last Edit: 2023-03-20 10:00:03