Support Board
Date/Time: Fri, 07 Feb 2025 03:59:39 +0000
Post From: Studies to graph - List divider/header
[2020-05-18 05:04:38] |
Flipper - Posts: 65 |
You could always do something hacky like this, SCSFExport scsf_Spacer(SCStudyInterfaceRef sc)
{ if (sc.SetDefaults) { sc.GraphName = "---------- Spacer ---------"; sc.AutoLoop = 1; sc.CalculationPrecedence = VERY_LOW_PREC_LEVEL; sc.HideStudy = 1; return; } } |
![]() |