.Net application CalcXPosValue problem
Posted: Wed Dec 20, 2006 3:02 pm
I'm using .Net V2 2.0.2040.15119
hx1 = Series1.CalcXPosValue(Series1.XValues(q))
hy1 = Series1.CalcYPosValue(Series1.CloseValues(q))
NOTE: Series1 is a candleseries
I have built many VB.NET web pages using your WebChart component and all calculations work fine. I just built a VB.NET application using TChart component and the exact code I used in the web application. None of the "Calc" methods bring back valid coordinates.
Any ideas?
Thanks
hx1 = Series1.CalcXPosValue(Series1.XValues(q))
hy1 = Series1.CalcYPosValue(Series1.CloseValues(q))
NOTE: Series1 is a candleseries
I have built many VB.NET web pages using your WebChart component and all calculations work fine. I just built a VB.NET application using TChart component and the exact code I used in the web application. None of the "Calc" methods bring back valid coordinates.
Any ideas?
Thanks