I'm using UltraChart control to present my data in .net. But the tooltip is displayed so far away from the mouse. I cannot find any property to fix it. Before, I was using the UltraCharts in the winform, the tooltip position was fine. I just added the winform 's parent to the panel. then the tooltip display for ultraCharts are in wrong position, very far from the mouse.
it is a bug?Can somebody help me? Thanks a lot!
TorX,
I was able to reproduce this problem, so I logged a bug and fixed it. the bug number is 34946. it will be resolved in an upcoming service release.
Thanks for your suggestion. Unfortunately, it doesn't work in my situation (docked panel on the left). I also tried setting the TooltipOverflow to ClientArea, but without success.
If I set the following property
this.ultraChart1.Tooltips.Overflow = TooltipOverflow.ChartArea; then it is working as expected.
Yes,
same situation I faced .Tooltips are not exactly showing at the mouse point where I pointed on the chart.
Iam also using the same version.
I seem to have the same problem, although under different circumstances.
It happens when I have an MDI form with the following controls:
- A panel docked to the left.- An MDI child form with an UltraChart on it.
In this case, the tooltip is too much to the left (the offset is the same as the width of the docked panel).
I am using version 9.2.20092.2058.