.NET Standard

Does this wrapper ultimately writes equivalent code in JS? If yes, then why use HighCharts.NET wrapper?
Yes, the wrapper generates JavaScript code that will run on the client-side with pure JS Highcharts. Use the wrapper for faster development. Knowledge o...
Fri, 15 May, 2020 at 7:27 PM
Which .NET models are supported by Highcharts .NET wrapper?
Since version 7.1.1.1 of Highcharts .NET wrapper all models are supported, so .NET Standard, .NET Framework, .NET Core, Xamarin. This includes support f...
Tue, 2 Jul, 2019 at 2:04 PM
Does the .Net wrapper supports any of Highcharts plugins?
For now, using the .NET wrapper with any of Highcharts plugins (3rd-party or unofficial add-ons) is not supported. It does not mean that 'custom-events...
Tue, 1 Oct, 2019 at 4:39 PM
How to use a theme in Highcharts .NET wrapper?
You could add a theme file at the top of the view file with other JS files loaded there. Demo: <script src="http://code.highcharts.com/highchar...
Fri, 15 May, 2020 at 7:38 PM