Hi,
I am using XamDataChart v12.1.
I add a functionality of cursor tooltip in XamDatachart. The problem is that when the screen size is small than tooltip is away from the cursor when i maximize the screen than working fine and tooltip with the cursor. Please help me how can i set the tooltip with cursor in small screen mode.
Regards,
Sufyan
Hello Sufyan,
Thank you for your post. I have been looking into it and the sample you have sent and I modified it, so now it works as you want. Basically I changed the Point the you pass to the SetPopupOffset method in the Chart_MouseMove event handler. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan,
Thanks alot for help, now my problem is solved.
Thanks again
Regards
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Hello Stefan,
One thing when i move the cursor at right position of chart before the last point of the chart cursor blink automatically due to this value and date can't visible. But working fine at left position. Kindly help me regarding that issue. Same project is used for reproduce problem.
This will happen when the screen size is maximum, working fine in small mode.
I have modified the sample I sent you before, so now it works as you want. Basically I checked if the Mouse is near the right edge of the screen and if so I move the tooltip on the left side of the cursor.
Hope this helps you.