Layman Posted June 14, 2007 Report Share Posted June 14, 2007 Hi, I want to display two data points on each state of US map to display product information of two products. and if i mouse over the each data point i need to get the corresponding product information of the state. can any one guide me how to go about this, thanks in advance. and i am using asp.net 2.0 Quote Link to comment Share on other sites More sharing options...
Frank Posted July 17, 2007 Report Share Posted July 17, 2007 The HitTest method will give you the MapElement object thats under the cursor. You will need to have some external data structure (e.g. a Dictionary) where you map the id of the map element to some additional data and then retrieve it. You can use the GetTip event to customize What's displayed in the tooltip. Quote Link to comment Share on other sites More sharing options...
riyyengar Posted December 10, 2007 Report Share Posted December 10, 2007 Hi I have also got this typical requirement. I have gone through the chartfx / maps api doc and could not find correct guidance. Appreciate if you can provide some code segment how to map tool tip customization if i would like to display more the tool tip format ( "%l No. of Students: %v"; -- may be i would like no. of students, teachers, schools on each state tool tip ( on mouse over). Really it will be a great help. thanks. Iyyengar. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.