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
Post a Comment