Integrate highcharts with ASP.Net MVC 5 application This small demo shows how to integrate HighChart with ASP.Net MVC application. In this approach, data is being generated at server side and client fetches the data using Web API call from jquery. A plugin is created as a wrapper on HighChart js to render the charts.