LightningChart 11.0.1.1

dotnet add package LightningChart --version 11.0.1.1
NuGet\Install-Package LightningChart -Version 11.0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LightningChart" Version="11.0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LightningChart --version 11.0.1.1
#r "nuget: LightningChart, 11.0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LightningChart as a Cake Addin
#addin nuget:?package=LightningChart&version=11.0.1.1

// Install LightningChart as a Cake Tool
#tool nuget:?package=LightningChart&version=11.0.1.1

LightningChart® is the fastest 2D and 3D WPF / Winforms / UWP data visualization toolkit for science and finance.  

Includes SignalTools
Components for real-time sound device mic-in, audio out, FFT spectrum, arbitrary multi-channel signal generator, WAV file stream reader.  

2 WPF APIs included:
- Non-Bindable for best performance
- Bindable for great performance, MVVM and property binding features  

LightningChart is entirely GPU accelerated (DirectX9, DirectX11 and WARP) and performance optimized data visualization control for presenting masses of data in 2D XY graph, 3D XYZ, polar, smith chart in real-time.
LightningChart has 1500+ properties and 150+ event handlers, which allows to create the most flexible charting applications.

- Flexible XY charts
- Advanced 3D charts
- Smith charts  
- Polar charts
- Pie/donut 3D charts
- Volumetric rendering
- Off-line vector maps and HERE on-line maps support
- Trader API

Alternatively, you can download SDK-installer (from www.LightningChart.com). Besides other things it contains Interactive Examples App (Demo). Demo contains hundreds of examples, which are easy to browse, run and extract as a separate Visual Studio project.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.0.1.1 3,232 2/14/2024
10.5.1.1 10,344 6/15/2023
10.4.1.1 9,886 2/8/2023
10.3.2.2 7,600 8/9/2022
10.3.2.1 2,887 7/28/2022
10.3.1.1 5,550 5/25/2022
10.2.1.1 28,525 12/16/2021
10.1.2.2 6,210 7/16/2021
10.1.2.1 2,279 7/8/2021
10.1.1.1 2,345 6/17/2021
10.0.1.1 2,250 6/16/2021
9.1.1.1 2,097 6/16/2021
9.0.1.1 1,760 6/16/2021
8.5.1.1 4,926 6/16/2021
8.4.3.1 1,941 6/16/2021
8.4.2.1 1,933 6/16/2021
8.4.1.1 3,020 6/16/2021
8.3.2.1 2,465 6/16/2021
8.3.1.1 1,720 6/16/2021
8.2.3.1 1,736 6/16/2021
8.2.2.1 1,913 6/16/2021
8.2.1.1 1,908 6/16/2021
8.1.5.1 1,887 6/16/2021
8.1.4.1 1,879 6/16/2021
8.1.3.1 1,826 6/16/2021
8.1.2.1 1,761 6/16/2021
8.1.1.1 1,827 6/16/2021
8.0.2.1 1,929 6/16/2021
8.0.1.1 2,057 6/16/2021
8.0.0.2 1,932 6/16/2021

LC .NET version 11.0.1.1
Released February 14th, 2024.
LightningChart® .NET has reached version 11 ! In this release we migrated library code to .NET 6.0. The release also includes several other improvements.

LightningChart changes the target framework: .NET Framework 4.8 and .NET 6.0
Previous versions of LightningChart's library have been built targeting .NET Framework 4.6.2 or earlier. In version 11.0.1 LightningChart's builds will be targeting .NET Framework 4.8 and .NET 6.0. New editions are available as WinForms, WPF (non-bindable) and MVVM (bindable version of WPF). Changes are made to utilize full support of .NET Standard API in .NET Framework 4.8 build. In addition, .NET 6.0 build was created (library's code migrated) to ensure native support for LightningChart control in .NET project. Due to compatibility mode, LightningChart v11.0.1 (built targeting .NET Framework 4.8) could be used in project which will target .NET Framework 4.8, 4.8.1 as well as .NET Core 3.0, Core 3.1, 5.0, 6.0, 7.0, 8.0. Meanwhile LightningChart v11.0.1 (built targeting .NET 6.0) could be used in .NET project 6.0, 7.0 and 8.0.

Interactive Examples App
We continue improving Interactive Examples application, the essential tool to browse different features of LightningChart and extract example code projects. Examples could be now extracted not only as .NET Framework project (as before), but also as .NET 6.0 projects. Example could be extracted to 7 project types: .NET Framework 4.8 or .NET 6.0 for WinForms, WPF and MVVM (bindable), and UWP. Though not every example is converted yet to all 7 types. In addition, we polished examples, cleared their code, fixed some errors.


Improved DPI awareness handling in charting application
Now there is major improvement in handling text rendering in WinForms application which is DPI aware. In addition, per monitor DPI awareness is handled better (for WPF and WinForms) by LightningChart (in regards of text rendering), especially in .NET 6.0 targeting build of library.


LightningChart changes the assemblies names and namespaces
We harmonized assemblies’ names (DLL names) and namespaces to reflect difference between build (affix NET4 is used to identify .NET Framework 4.8 build of LightningChart library, affix NET6 is used to identify .NET 6.0 build). We also removed 'Arction' affix (LightningChart Ltd old company name) from names used in library. The full list of names could be found in detailed changelog or migration guide.


Online documentation
We are launching new online page with .NET documentation, which makes finding information about charting easier to find by users. While User Manual (https://lightningchart.com/net-charts/resources/) is still more comlete guide, eventually all information from User Manual and additional tips will be trasfered online.

Note: The target framework version for LightningChart's library update to .NET Framework 4.8. Any user's .NET Framework project, which uses LightningChart's library should set target framework at least .NET Framework 4.8. Any newer version (like .NET Framework 4.8.1 or .NET 7.0) is fine as well. .NET 6.0 LightningChart control/project requires Visual Studio 2022 or above.


Check out the rest of the changelog for detailed information.
This is a full listing of the changes in version 11.0.1 against 10.5.1