Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1065
Export Map
posted

Hi,

I am using IgniteUI IGMap control and loading shape files.

I want to export the map as an image to client side. 

var pngImage = $(".selector").igMap("exportImage", 200, 100);

var data = $(".selector").igMap("exportVisualData");

Can you tell me how to use the export option to excel using these parameters?