Support Board
Date/Time: Thu, 06 Nov 2025 22:49:24 +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; } } |
| |
