Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
How to create a chart that allows the user to click on the specific chart area, when user click on the specific chart are I want to fire some event on that, like I want to display more detailed chart on the item user have clicked.

I have used Webchart, MicrosoftChart but both provides chart as image so no clickable area there any alternate?
Posted

Number of free (javascript packages) or paid third party like http://demos.telerik.com/aspnet-ajax/chart/examples/overview/defaultcs.aspx[^] etc provide features to implement charts in ASP.Net.
 
Share this answer
 
v2
Microsoft Chart control does support clickable event. This following example allows the viewer to click on a particular data point on a chart to view a drill down report. Hope it helps:

http://www.4guysfromrolla.com/articles/102809-1.aspx[^]
 
Share this answer
 
v2

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