creating .canvas.lineto a high or low in a candle chart
Posted: Fri Apr 30, 2004 3:03 pm
I'm using the following code to create a line to designated points on the a candle chart:
.Canvas.LineTo .Axis.Bottom.CalcXPosValue(.Series(0).XValues.Value(pt)), _
.Axis.Left.CalcYPosValue(.Series(0).YValues.Value(pt))
This works great for overlaying a line to the closing value, but I wants to send a line to a high or low value... How would I do that?
.Canvas.LineTo .Axis.Bottom.CalcXPosValue(.Series(0).XValues.Value(pt)), _
.Axis.Left.CalcYPosValue(.Series(0).YValues.Value(pt))
This works great for overlaying a line to the closing value, but I wants to send a line to a high or low value... How would I do that?