In (State == State.SetDefaults), I did not find any other way to declare AddLine/AddPlot for every possible position in the array :
AddPlot(new Gui.Stroke (myBrush, Gui.DashStyleHelper.Dot, 1), PlotStyle.Line, "L0"); AddPlot(new Gui.Stroke (myBrush, Gui.DashStyleHelper.Dot, 1), PlotStyle.Line, "L1"); etc.
The issue is when the array size is increased beyond the maxi number of Line/Plot declarations;
if there is not enough manual declarations, the script does not add them for plotting the additional Values[position][0]
Does anyone have any suggestion?
I am using NT8 RC1
Comment