Search found 2 matches

by mdspeirs
Fri Apr 30, 2004 3:03 pm
Forum: ActiveX
Topic: creating .canvas.lineto a high or low in a candle chart
Replies: 1
Views: 4572

creating .canvas.lineto a high or low in a candle chart

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...
by mdspeirs
Wed Apr 21, 2004 5:55 pm
Forum: ActiveX
Topic: space in chart
Replies: 1
Views: 4522

space in chart

I'm using ActiveX v6 in VB6 to display financial data, entering price data at with a one minute interval. If I have data that spans two days the chart displays this huge gap from 4:00 of the previous day until 9:30 of the present day, where there's no trading and i haven't entered any data. How do I...