Toggle navigation Highcharts
  • About Us
    • About Us
    • Job Openings
    • Contact Us
    • News
    • Resellers
  • Home
  • Products
    • Highcharts
    • Highstock
    • Highmaps
    • Mobile
    • Highcharts Cloud
    • Highcharts Editor
    • Wrappers
    • Plugins
  • Demo
    • Highcharts demos
    • Highstock demos
    • Highmaps demo
  • Docs
    • General Documentation
    • API Reference
    • Changelog
    • Roadmap
  • Support
    • Support
    • Download
  • Blog
  • Community
    • Project Showcase
    • Chart Code Showcase
    • Contribute
  • Buy
  • About Us
    • About Us
    • Job Openings
    • Contact Us
    • News
    • Resellers
Highcharts .NET 
  • Highcharts .NET
  • Highstock .NET
Docs 
  • Demos
  • API
  • Docs
  • See on NuGet
  • Download 
  • Demo
  • API
  • Docs
  • See on NuGet
  • Download 
Highcharts .NET
 Highcharts  Highstock
  • System Requirements
    • Server-Side System Requirements
    • Client-Side System Requirements
  • Add Highcharts .NET Reference to Visual Studio
    • Visual Studio .NET
    • Other IDEs / Web Projects
  • Your first chart for MVC
    • Introduction
    • Add reference to the view
    • Include JavaScript files
    • Define the chart in the view
    • Add data
  • Your first chart for Web Forms
    • Introduction
    • Add User Control
    • Create and render chart
    • Add User Control to the web page
list

Trial and Licensed Versions

The trial is a fully functional and feature complete version of Highcharts that expires after 30 days of usage. The licensed version of Highcharts is identical in every way to the trial with the exception that it never expires. The only thing that is needed to replace the Trial with Licensed version is to add serial key to Web.config file into appSettings section with key = "Highcharts". Example: <add key="Highcharts" value="PlaceForSerialKey"/>

For .NET Core serial key should be placed on the highest level in appsettings.json file ("Highcharts": "PlaceForSerialKey"). Third parameter in HighchartsRenderer or HighstockRenderer should be set on true like here: var renderer = new HighstockRenderer(OptionsObject,null,true). Three packages should be added: Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Json

Alternative solution is to pass serial key as argument of HighchartsRenderer or HighstockRenderer constructor like here var renderer = new HighstockRenderer(chartOptions,"SerialKey");

Visit our shop to acquire the license.

© 2022 Highcharts. All rights reserved.