Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 00:34:36 +0000



Post From: ACSIL - sc.GraphRegion

[2023-03-20 11:15:57]
User92573 - Posts: 530
Dear Support

I have posted a question regarding this in another thread but this is newer.

This solution does not work for me whether the sc.GraphRegion = 1 is set in sc.SetDefaults or the study function as suggested above.



if (sc.SetDefaults)
{
  // Set the configuration and defaults

  sc.GraphName = "My Syudy for Region 1";

  sc.ValueFormat = VALUEFORMAT_INHERITED;
  sc.AutoLoop = 1;
  sc.GraphRegion = 1; // this still places the study in the last region + 1
  sc.CalculationPrecedence = LOW_PREC_LEVEL; /

  return;

{

// do processing

  sc.GraphRegion = 1; // this still places the study in the last region + 1



Any help appreciated.

Many thanks.
Date Time Of Last Edit: 2023-03-20 11:16:50