LightningChart 12.2.1.1
dotnet add package LightningChart --version 12.2.1.1
NuGet\Install-Package LightningChart -Version 12.2.1.1
<PackageReference Include="LightningChart" Version="12.2.1.1" />
<PackageVersion Include="LightningChart" Version="12.2.1.1" />
<PackageReference Include="LightningChart" />
paket add LightningChart --version 12.2.1.1
#r "nuget: LightningChart, 12.2.1.1"
#addin nuget:?package=LightningChart&version=12.2.1.1
#tool nuget:?package=LightningChart&version=12.2.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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
net6.0
- System.Drawing.Common (>= 8.0.8)
-
UAP 10.0
- Microsoft.NETCore.UniversalWindowsPlatform (>= 6.2.14)
- Microsoft.Toolkit.Uwp (>= 7.1.3)
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 | |
---|---|---|---|
12.2.1.1 | 501 | 3/26/2025 | |
12.1.1.1 | 10,489 | 10/10/2024 | |
12.0.1.1 | 11,076 | 6/10/2024 | |
11.0.1.1 | 18,978 | 2/14/2024 | |
10.5.1.1 | 22,361 | 6/15/2023 | |
10.4.1.1 | 12,616 | 2/8/2023 | |
10.3.2.2 | 8,252 | 8/9/2022 | |
10.3.2.1 | 3,107 | 7/28/2022 | |
10.3.1.1 | 7,114 | 5/25/2022 | |
10.2.1.1 | 38,511 | 12/16/2021 | |
10.1.2.2 | 6,774 | 7/16/2021 | |
10.1.2.1 | 2,419 | 7/8/2021 | |
10.1.1.1 | 2,496 | 6/17/2021 | |
10.0.1.1 | 2,445 | 6/16/2021 | |
9.1.1.1 | 2,481 | 6/16/2021 | |
9.0.1.1 | 1,875 | 6/16/2021 | |
8.5.1.1 | 6,964 | 6/16/2021 | |
8.4.3.1 | 2,078 | 6/16/2021 | |
8.4.2.1 | 2,017 | 6/16/2021 | |
8.4.1.1 | 3,351 | 6/16/2021 | |
8.3.2.1 | 2,923 | 6/16/2021 | |
8.3.1.1 | 1,811 | 6/16/2021 | |
8.2.3.1 | 1,820 | 6/16/2021 | |
8.2.2.1 | 1,997 | 6/16/2021 | |
8.2.1.1 | 2,010 | 6/16/2021 | |
8.1.5.1 | 1,969 | 6/16/2021 | |
8.1.4.1 | 1,981 | 6/16/2021 | |
8.1.3.1 | 1,925 | 6/16/2021 | |
8.1.2.1 | 1,844 | 6/16/2021 | |
8.1.1.1 | 1,899 | 6/16/2021 | |
8.0.2.1 | 2,014 | 6/16/2021 | |
8.0.1.1 | 2,168 | 6/16/2021 | |
8.0.0.2 | 2,185 | 6/16/2021 |
LightningChart® .NET Changelog
LC .NET version 12.2.1.1
Released March 26th, 2025.
In this release we added new features, made several improvements and fixed dozens of errors. We upgraded target framework (from .NET 6.0 to 8.0), upgraded HERE map rendering services and upgraded SharpDX assemblies to 4.2. There are many improvements, including MeshModel performance, XAxis tick interval calculations and VolumeModel XAML serialization support.
LightningChart changes the target framework: .NET Framework 4.8 and .NET 8.0
LightningChart .NET 6.0 build was replaced with .NET 8.0. This was done to ensure native support for LightningChart control in .NET project, and also follow Microsoft support policy for .NET. LightningChart v12.2.1 (built targeting .NET 8.0) can be used in .NET project 8.0, 9.0 and 10.0.
HERE map rendering services upgrade
HERE map rendering services upgraded to use HERE Raster Tile API v3. In addition, we added additional LayerType options to existing Street and Satellite: StreetNight, TerrainDay, TerrainNight.
Improved MeshModel performance
Previously mouse-cursor position tracking was calculated on MeshModel even when interactions were disabled (AllowUserInteraction=False). This is now corrected, significantly improving chart performance for large MeshModel (for example, during rotation or just mouse cursor movement).
Improved XAxis tick interval calculations
Previously interactions in chart may cause XAxis interval to change every 2nd rendering. For example, such behaviour may manifest when mouse was hovering over XAxis, XAxis was panned or during XAxis scrolling. Now such flipping back and forth between different tick interval is avoided.
Added VolumeModel XAML serialization support
In version 12.0.1 LightningChart .NET started to support XAML serialization. VolumeModel properties have been noticeable exception. Now XamlWriter can be used to serialize VolumeModels.