LightningChart Product Free Download


Thank you for downloading the free versions of LightningChart product.

LightningChart is a high-performance data vizualization charting control for .NET and JavaScript.


Limitation of Free Versions


How to Install LightningChart .NET and Get Started

If you do not have account for LightningChart Portal:

  1. 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.
  2. 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.
  3. Click on the download link introduced in the body of this email and go to the download page on LightningChart Portal.
  4. Install LightningChart .NET accordingly.

If you already have account for LightningChart Portal:

  1. 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.
  2. Go to [Downloads] tab on the menu on left side and click on [Download] button where [Trial] is written as its version.
  3. Install LightningChart .NET accordingly.

※ You can also download LightningChart v.8.5.1 in Nuget.

Arction LightningChart .NET v.10.3

Download


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:

  1. Install the library package from NPM.
    npm install –save @LightningChart/lcjs
  2. This package can be used with any bundler that supports CommonJS. Some examples of bundlers that work areWebPack, Parcel, and Rollup.
  3. Check out the getting started video down below to see how it works in action.
  4. All examples on that page have been made to standalone repositories which can be found on our GitHub.

Use IIFE bundle directly on webpage:

  1. 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.
  2. 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.
  3. On the bottom of the page click on the button that reads CJS. That will switch our code to be IIFE compatible.
  4. After that the code can be copied to the html page.

LightningChart JS v.3.4

Download

Top