Support Board
Date/Time: Thu, 23 Jan 2025 05:15:27 +0000
Post From: Control subgraph Bar visibility
[2018-11-06 05:30:47] |
Flipper - Posts: 65 |
Is there a way to display subgraph values at every Nth interval other than what is used in the Bar Counter example? if (r_BarCounter != 1 && r_BarCounter % NumberingEveryNBars.GetInt())
return; I need to calculate the values in that subgraph for use later so setting every non-Nth bar to zero is not a way I can go. I could duplicate the subgraphs and have one as the calculation array and one as the display array but that seems messy. It's for the NumericInformationGraphDrawTypeConfig Study. See the pic as to the problem. |
Screen Shot 11-06-18 at 04.28 PM.PNG / V - Attached On 2018-11-06 05:28:23 UTC - Size: 37.6 KB - 293 views |