ClickSeries reports wrong on a scrolled web page
Posted: Tue Feb 03, 2009 4:33 pm
Using VS2008, VB and TeeChart 3.5.3317.17532
Edit: And IE7 as browser.
On my webpage I have Teechart of dimension 600x938. I fill it with 3 series, a bubble, an arrow and a point. ClickSeries and ClickBackground works perfect delivering what I need to know; series , valuepoint, x, y etc.
But when I have the page scrolled down, so that the chart is higher up than on an unscrolled page I get the wrong values returned. X value is still correct, but Y value is way off, and then series and valueindex too. It seems that is somehow tries to compensate for a scrolled page accelerating the offset to about twice the value. If i click above the bubble about the same amount again as the chart is scrolled up it kind of finds the bubble and reports that back.
Very strange and very frustrating.
My page is simple. There is no master page, just a simple webpage. Above the chart is a button, a checkbox and a combobox. That is all.
Let me know if you need sample code.
Edit: And IE7 as browser.
On my webpage I have Teechart of dimension 600x938. I fill it with 3 series, a bubble, an arrow and a point. ClickSeries and ClickBackground works perfect delivering what I need to know; series , valuepoint, x, y etc.
But when I have the page scrolled down, so that the chart is higher up than on an unscrolled page I get the wrong values returned. X value is still correct, but Y value is way off, and then series and valueindex too. It seems that is somehow tries to compensate for a scrolled page accelerating the offset to about twice the value. If i click above the bubble about the same amount again as the chart is scrolled up it kind of finds the bubble and reports that back.
Very strange and very frustrating.
My page is simple. There is no master page, just a simple webpage. Above the chart is a button, a checkbox and a combobox. That is all.
Let me know if you need sample code.