Community of MapPoint and Bing Maps Users and Developers
This is a discussion on Embed Chart into Mappoint2009 within the Bing Maps and MapPoint Web Service forums, part of the Map Forums category; Hi, I want to embed a chart like callout into mappoint for every pushpin.I can create a custom popup and ...
| |||||||
| Today's Posts | Twitter Feed | Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Embed Chart into Mappoint2009 I want to embed a chart like callout into mappoint for every pushpin.I can create a custom popup and display the chart over there and can call that custom popup in pushpin selection change event. But my requirement is different. I need the chart to be displayed as callout in the chart for each pushpin in embeded format. So at the time of binding, chart will be displayed like callout along with pushpin symbol in embeded form.I am using C# . If it is possible,can anyone tell me the way to handle the same. Thanks in advance. Regards, Sanjit Sil |
| ||||
| Re: Embed Chart into Mappoint2009
Have you looked at the Data Mapping Wizard? There are a number of simple chart options - including a bar chart and a couple of pie chart options. Richard
__________________ Winwaed Software Technology LLC http://www.winwaed.com See http://www.mapping-tools.com for MapPoint Tools See the Geoweb Guru for online mapping |
| |||
| Re: Embed Chart into Mappoint2009
I have seen Data Mapping Wizard. Actually i want to display anything (say a custom flow chart or image ) in the callout .But as far my knowledge we can display text data only in callout.If we want to show any type of object in the callout ,i think a custom popup will help.But how a popup window can be embeded into map?Any idea?I am working with c#. |
| ||||
| Re: Embed Chart into Mappoint2009
I don't think you can do what you are trying to do! Custom popups allow the flexibility but these are just windows on top of the map. Richard
__________________ Winwaed Software Technology LLC http://www.winwaed.com See http://www.mapping-tools.com for MapPoint Tools See the Geoweb Guru for online mapping |
| |||
| Re: Embed Chart into Mappoint2009
If i want to display image/flow chart on Mappoint like callout for each pushpin as embeded ,how i can achieve the same?Does Mappoint web service or microsoft virtual earth support the same type of customisation?Thanks in advance for any suggession. Last edited by sanjit sil; 06-29-2009 at 01:32 AM.. |
| |||
| Re: Embed Chart into Mappoint2009
Hope the folloing code should work: 'Add a Pushpin to the map Set objPin = objMap.AddPushpin(objMap.FindResults("Seattle, WA")(1)) 'Get a new symbol and change the symbol of the Pushpin on the map Set objSymbol = objMap.Symbols.Add(objApp.Path + "\Samples\CAirport.bmp") objPin.Symbol = objSymbol.ID I have one doubt.Is there any restriction of size of image? Is it possible to zoom out or zoom in the image ? |
![]() |
| Tags |
| chart, embed, mappoint2009 |
| ||||
| Posted By | For | Type | Date | |
| The Magazine for MapPoint - MP2K Magazine | This thread | Refback | 06-24-2009 09:13 AM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Example of using a MapPoint2009 control in an ASPX page | gene125 | MapPoint Desktop Discussion | 1 | 03-11-2009 05:01 PM |
| Can I embed MapPoint ActiveX Ctrl in HTML with JScript/VBScr | Anonymous | MapPoint Desktop Discussion | 2 | 01-16-2006 04:01 AM |
| Mapping Analytics to Embed Decision Science for Marketing | Anonymous | News and Announcements | 0 | 09-03-2003 10:35 AM |
| When you embed the COM object into a form you auto.... | Anonymous | MapPoint Desktop Discussion | 1 | 10-31-2001 08:04 AM |