Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i wanted to know is it possible to create Map chart using using asp.net chart control.
as shown on the given link:
https://dotnetcharting.com/gallery/view.aspx?id=Gallery/j03[^]
Posted
Updated 10-Jan-14 3:06am
v3

1 solution

No, you cannot use the chart control that way, as far as I know: you either draw yourself the map, using the GDI+ drawing primitives (or implementing your own char control, that in turn would use such graphical primitives) or use one of the available map controls (Google[^] and CodeProject[^] are your friends).
 
Share this answer
 
v2
Comments
Member 8233601 10-Jan-14 8:26am    
could you please suggest any solution to achieve this functionality.
CPallini 10-Jan-14 8:57am    
I've updated my answer.
Maciej Los 10-Jan-14 18:35pm    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900