An old issue is back again in the UltraChart regarding the placement of the tooltips in the UltraChart. Somehow the tooltip is far to the right or left from the cursor. Does anybody else have this problem too and or have a solution for this problem?
I had an issue with tooltips before on a touchscreen, but this had to do with the so called handedness in Windows. This issue is both on computers with normal and touch displays.
Hi Jan,
I fixed a related issue a while ago but a new one was found recently. Can you upload a sample or screenshot so we can match this up with what we are already fixing and see if there is anything else going on here?
Hi Matthew,
Here's the screenshot. In the original screenshot the cursor was not displayed, so I painted the cursor on the position where I had it on the screen.
I get this issue when I place this control in a Panel which is contained in a TableLayoutPanel.
Best regards,
Jan
Making sure we are in the same scenario... here's a sample that put the chart in a tablelayoutpanel inside a panel using 14.2 build 2132 but I'm not seeing the tooltips rendered far away (offset incorrectly). What else is necessary to reproduce this in the attachment here?
Hi,
Any luck sifting through the property settings you are using?
Glad to hear that it works with this one but we still need to get to the bottom of this for your real application. Keep me posted as you sift out the property settings. Are you setting the Chart.Tooltip.Overflow to a value? If so, which one and does it happen if you do the same in the sample app sent?
We are in the same scenario. We have a WPF window and host a windows forms user control in it. This user control has (in z-order) a tablelayoutpanel-->panel-->groupbox-->another usercontrol-->chart.
I used your project to do the same thing and the tooltips just work as it supposed to. Then I made a simple usercontrol with a chart and used it in our application. This works too.
We set quite a lot of properties using the code-behind. I think it has something to do with that. I'm going to have a look at that.