-
LightningChart trial package is downloaded and unzipped.
-
In Solution Explorer, right-click the project node and click Add Reference.
-
In the Add Reference dialog box or (Reference Manager), use search field and start typing “LightningChart”.
-
Move mouse over a component to see a short description.
-
Select the component you want to reference, and then click OK.
Navigate to the install directory and select the DLLs from there. If you are not able to find them, the default installer directory is:
C:\Program Files (x86)\Arction\LightningChart .NET SDK v.10\LibNET4
-
-
Manage NuGet Packages for Solution.
-
Package Manager Console.
-
Check available Arction’s packages on NuGet profile page at the following link https://www.nuget.org/profiles/Arction.
-
Open Package Manager Console by clicking Tools – NuGet Package Manager – Package Manager Console.
-
To install the latest LightningChart build for your project, run one the following command in the Package Manager Console and press Enter.
For WindowsForms project:Install-Package LightningChartWinForms10
For Windows Presentation Foundation:
Install-Package LightningChartWPF10
-