|
![]() |
The first step is to be sure that the library Highcharts.dll is available in your projects under the folder /bin, otherwise, check this section to see how to include the library.
The next step is to add a reference to the chart in the View of your sample page. This is done by referencing the Highcharts assembly using the following line at the top of the View.
...
@using Highsoft.Web.Mvc.Charts
@using Highsoft.Web.Mvc.Charts.Rendering
...