Hi,
We need to control the tooltip position on a child node. We have very simplar UI like Heat Map sample and we have tired a lot but cannot change tooltip position.
Can you help us to show tooltip on mouse pointer (Placement ="Mouse") in Heat Map Sample?
secondly we have a list/grid showing all items in TreeMap and we want that related item tooltip may become visible when we click on related item in data grid or list.
Thanks
Hello Imran,
Thank you for your post. I have been looking into and I created a sample project for you with the functionality you want. Basically I copied the Style used for the TreemapNode and change the placement of the Tooltip. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan,
Thanks for the sample and it seems to be working, I would be very thanksful if you can help me to figure out to show tooltip on the container (treeMap) on external event like selection of some item in grid or button click.
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.
Thanks for the sample and it seems to work to some extends. And we are going to implement in our application.
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
I have modified the sample I sent you before, so now by clicking a Button you can show a particular Node’s ToolTip, but it will show next to the Mouse, not the Node. Please let me know if this helps you or you need further assistance on this matter.