In a win form , pasted the control tab,inside the tab control i have pasted the tableLayoutPanel1, divided the layout into 4 and pasted the ultrachart control.
chart types - bar, heatmap, column bar, pie chart.
loaded the data manually using datatable. if i move the mouse pointer in the chart control, chart value display out of chat control. even i move the mouse pointer on second chart, the value displays in the first chart.
Kindly help me what could be the problem.
Hello Nlsrini,
I try to reproduce your scenario in a small sample and maybe you are looking for the property:
- ultraChart1.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ChartArea;
Could you please take a look at the attached sample and let me know if this is what you are looking for. If you have any questions do not hesitate to ask meRegards
the above solution is not working . Please find the attached screen shot.
Have you been able to resolve your issue ? Did you have a time to take a look at the attached sample and modify it to reproduce this behavior. Please if you have any questions, do not hesitate to ask me
Regards
Problem still existing. Unable to produce in the sample application. Its happen to my project application and get resolved automatically after 10 or 15 mins , if i keep my application open
Could you please try to provide us more details. What is your component`s version, do you have installed service release. Are you using multiple threads in your application. Are you using UltraChart`s events and which one. Is there any specific steps that I would be able to follow in order to be able to reproduce your issue?
If you have any other questions please do not hesitate to ask.Regards
1. Currently i am using trail version of winchart v11.12. Yes, using background thread to load the data3. No Ultrachart events4. Unable to reproduce in the sample application.5. If minize and maxize the forms, tooltip is set.
Thank you for provided information. At that moment I`m not able to reproduce your issue. One possible reason could be the multiple threads. Please note that windows forms controls are not thread safe, including ours. If you have any questions, please do not hesitate to ask.
-see following post, gives a workaround
http://blogs.infragistics.com/forums/p/59749/314885.aspx#314885
Hello Colin
The mentioned issue was fixed a long time ago. I try to reproduce this issue using the latest version, but without success. If you are able to reproduce this issue in a sample, please send us this sample. I`ll be glad to research it.
Thanks in advance and I`ll wait your response !
Hi,
I am also having this same problem.This is on a non mdi form. the tooltip seems to be appearing by an offset equal to the width of the docked panel to the left of the chart. If I resize this width, the tooltip distance changes accordingly. I am using 10.3 winforms, but have tried upgrading to 11.2 - does not fix it. I've seen many forum posts that complain about flavours of this, but they all seem to come down to the same issue I think. I've spent ages trying to make a sample that exhibits this bug, but I can't for whatever reason, it only happens on my app, so it must be a combination of factors, which I can't seem to pin down. Also I see that infragistics personal keep saying it is a bug that was resolved already, but I've tried the latest version, and it still is a problem.
Cheers
Colin