Vertical line drawn with indicator like:
Draw.VerticalLine(this, "StartLine"+Time[0].Date, Time[0].Date+StartTime.TimeOfDay, StartLineColor, DashStyle, LineWidth);
shows as a locked object but it can be moved anyway in a chart.
Can it be locked , it should be locked by default and shows Lock in the properties already.

Comment