Hello,
You have to enable the chart image map:
NHtmlImageMapResponse imageMapResponse = new NHtmlImageMapResponse();
nChartControl1.ServerSettings.BrowserResponseSettings.DefaultResponse = imageMapResponse;
Pleaset take a look at the following example:
Interactive Charting \ Image Map
Best Regards,
Nevron Support Team