I'm modifying an NT drawing tool. For debugging I need to draw a horizontal line on a chart from the drawing tool modification. I tried to access High[0] and Low[0] but that doesn't compile. So, how can I find the chart horizontal midpoint to use with Draw.HorizontalLine()?
Thanks in Advance.

Comment