Hoping you may be able to help please.
When certain criteria are met, I draw a dotted line to the Chart and store the Y value and CurrentBar for when the line begins into variables:
Draw.Line(this, "NewLine"+CurrentBar, false, 0, NewLineValue, (0-120),NewLineValue, Brushes.Blue, DashStyleHelper.Solid, 4);
Is it possible to update/edit a line that has already been drawn to the chart?
Many thanks in advance
ChainsawDR

Comment