In my dashboard,I had infragistics charts along with the Gauges.Based on the combobox selection the dashboard will load its data.
If I mouse hover on a chart,it is not showing any tooltips immediately,it is taking some time for showing it or if I minimize my dashboard and once again maximized,and then if I mouse hover then charts are showing tooltips.I dont know what is causing this.
I placed my charts inside panels.After mousehover the tooltips are showing above the chart,not exactly the point where I kept my mouse point.
I want to show the tooltips whereever I pointed my mouse.
Both the above things which I mention were working great,if I try in a sample application.
But the problem is when I placed them on the dashboard.
Please give me the suggestions,how to proceed on this.
You're describing an issue that I know was worked on recently. It may have already been resolved, or you may have found a different environment for the chart that causes an issue. Are you sure you are using the latest service release of the product? Can you provide a sample that illustrates the behavior?
Hi,
Tooltips are showing very far,because I forget to set the below property
this.ultraChart1.Tooltips.Overflow = TooltipOverflow.ChartArea;
then it is working as expected.