Thank you for downloading the free versions of LightningChart product.
LightningChart is a high-performance data vizualization charting control for .NET and JavaScript.
How to Install LightningChart .NET and Get Started
If you do not have account for LightningChart Portal:
- Go to LightningChart Portal by clicking on the [Download] button below and type all of the required user information in order to download the trial.
- After typing your information, click on [Send me Download link] button and check for an email which is sent by LightningChart and includes the trial download link.
- Click on the download link introduced in the body of this email and go to the download page on LightningChart Portal.
- Install LightningChart .NET accordingly.
If you already have account for LightningChart Portal:
- Go to LightningChart Portal by clicking on the [Download] button below and sign in to your account on [login] page which can be found on the top menue.
- Go to [Downloads] tab on the menu on left side and click on [Download] button where [Trial] is written as its version.
- Install LightningChart .NET accordingly.
※ You can also download LightningChart v.8.5.1 in Nuget.
How to Install LightningChart JS Community License and Get Started
There are 2 ways to get LightningChart JS in your JavaScript or TypeScript project:
Install from NPM and use a bundler:
- Install the library package from NPM.
npm install –save @LightningChart/lcjs- This package can be used with any bundler that supports CommonJS. Some examples of bundlers that work areWebPack, Parcel, and Rollup.
- Check out the getting started video down below to see how it works in action.
- All examples on that page have been made to standalone repositories which can be found on our GitHub.
Use IIFE bundle directly on webpage:
- The library is distributed with a browser ready IIFE bundle. This bundle can be used directly in browsers with script tag. You can see an example implementation of this method on our GitHub.
- All of our examples can be used in the html page. To use them first find an example you want to use from interactive examples. Click
Edit this example.- On the bottom of the page click on the button that reads CJS. That will switch our code to be IIFE compatible.
- After that the code can be copied to the html page.