Hello,
I am using Infragistics 11.1 with visual studio 2010 and working on XamChart where chart type is Area.
the chart is drawn by many points, now what I want is to show a tooltip on a single point on the chart that when the mouse hovers on that point the tooltip should be displayed otherwise tooltip should not be displayed on any other point.
I am not finding any workaround.
Please help me.
Thanks.
Hello Stefan.
Thanks a lot for writing a sample project. Actually this was what I wanted to do.
It solved my problem.
Thanks for your help.
Thank you for your post. I have been looking through it and I created a sample project for you showing the functionality you want. Basically I handled the ChartRendered event of the XamChart and there for each DataPoint I set a ToolTip. Please let me know if this helps you or you need further clarifications on this matter.
Looking forward for your reply.