c# - How to implement click events on Microsoft Chart Control on ASP.NET MVC? -


mschart control webforms control. typical strategy including control on asp.net mvc create chart in controller render image view. here's example of how it's done.

my concern since chart rendered image, not able bind chart-related events normal methods, such mouse hover on point show tooltip or click event on bar. possible on mvc?

nope. not mschart control. because webforms, gets sent browser , rendered there. chart image.

a lot of people use highcharts. i've used google charts.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -