I am using MVC and currently working with highchart
I am using the Exporting.js so users can print or export the highchart chart. I have two charts in a view and I would
The below works for the MVC 5 and Highsoft.Highcharts I added it before this line: Title = new Title { Text = "charts" },
Title = new Title { Text = "charts" },
Exporting = new Exporting { Enabled = false },