Information You will find below the answers to the most frequently asking questions. Ask your questions. Categories


Go to acWBHighCharts.net
acWBHighCharts.net
DateQuestion and answer
24/03/2017
Why acWBHighCharts.net cannot display its chart in Visual Studio Designer?
Because Visual Studio Designer can not run javascript code, no acWBHighCharts.net charts can appear in the designer.
15/03/2017
Does acWBHighCharts.net contain the javascript code of Highcharts or Highstock charts?

No, acWBHighCharts.net doesn't contain the javascript code of Highcharts or Highstock charts because they belong to Highsoft company.

In order to use correctly acWBHighCharts.net in the ASP.NET web page or master page, the necessary Highcharts javascript files must be linked with a html <script> command, locally or with the CDN of Highsoft

Examples for highcharts:
<script type="text/javascript" src="/MyScripts/highcharts.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>

Examples for highstock:
<script type="text/javascript" src="/MyScripts/highstock.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/stock/highstock.js"></script>

See the acWBHighCharts.net documentation about this point.

15/03/2017
Can there be several acWBHighcharts.net charts on the same webpage?

Yes, it is possible to put several acWBHighcharts.net charts on the same web page, each with its own data source, including a web service.

If a highchart and highstock are on the same page, it is necessary to link only the highstock.js file, which already contains the highchart javascript code.