LightningChart 10.5.1.1
See the version list below for details.
dotnet add package LightningChart --version 10.5.1.1
NuGet\Install-Package LightningChart -Version 10.5.1.1
<PackageReference Include="LightningChart" Version="10.5.1.1" />
paket add LightningChart --version 10.5.1.1
#r "nuget: LightningChart, 10.5.1.1"
// Install LightningChart as a Cake Addin #addin nuget:?package=LightningChart&version=10.5.1.1 // Install LightningChart as a Cake Tool #tool nuget:?package=LightningChart&version=10.5.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 Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
UAP 10.0
- Microsoft.NETCore.UniversalWindowsPlatform (>= 6.2.13)
- Microsoft.Toolkit.Uwp (>= 7.1.2)
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.1.1.1 | 4,825 | 10/10/2024 | |
12.0.1.1 | 9,349 | 6/10/2024 | |
11.0.1.1 | 17,049 | 2/14/2024 | |
10.5.1.1 | 19,922 | 6/15/2023 | |
10.4.1.1 | 11,481 | 2/8/2023 | |
10.3.2.2 | 8,195 | 8/9/2022 | |
10.3.2.1 | 3,081 | 7/28/2022 | |
10.3.1.1 | 6,584 | 5/25/2022 | |
10.2.1.1 | 36,942 | 12/16/2021 | |
10.1.2.2 | 6,644 | 7/16/2021 | |
10.1.2.1 | 2,400 | 7/8/2021 | |
10.1.1.1 | 2,473 | 6/17/2021 | |
10.0.1.1 | 2,412 | 6/16/2021 | |
9.1.1.1 | 2,392 | 6/16/2021 | |
9.0.1.1 | 1,855 | 6/16/2021 | |
8.5.1.1 | 6,847 | 6/16/2021 | |
8.4.3.1 | 2,048 | 6/16/2021 | |
8.4.2.1 | 2,003 | 6/16/2021 | |
8.4.1.1 | 3,301 | 6/16/2021 | |
8.3.2.1 | 2,882 | 6/16/2021 | |
8.3.1.1 | 1,797 | 6/16/2021 | |
8.2.3.1 | 1,806 | 6/16/2021 | |
8.2.2.1 | 1,984 | 6/16/2021 | |
8.2.1.1 | 1,996 | 6/16/2021 | |
8.1.5.1 | 1,956 | 6/16/2021 | |
8.1.4.1 | 1,967 | 6/16/2021 | |
8.1.3.1 | 1,908 | 6/16/2021 | |
8.1.2.1 | 1,830 | 6/16/2021 | |
8.1.1.1 | 1,886 | 6/16/2021 | |
8.0.2.1 | 2,001 | 6/16/2021 | |
8.0.1.1 | 2,155 | 6/16/2021 | |
8.0.0.2 | 2,143 | 6/16/2021 |
LightningChart® .NET Changelog
LC .NET version 10.5.1.1
Released June 15th, 2023.
This is the sixth major release of the v10 LightningChart® .NET line. In this release we added new features and fixed several bugs. We added DataCursor class (advanced data tracking tool) for 3D, Polar and Smith views/charts. In addition, we introduced TransparencyRenderMode property to 3D-surface-series and PointLineSeries3D for better handling of transparent colors.
DataCursor new feature for automated data tracking
Now all 3D, Polar and Smith series could be explored with DataCursor: class/object shows series data value at or near mouse position. Previously LightningChart provided various tools to implement data tracking functionality but that required some extra coding by the user. Features and functionality of DataCursor is similar to XY DataCursor, which was released in version 10.4.1. DataCursor consists of axis labels, result table, color bar and haircross lines. Each individual item of DataCursor could be configured. Visible property of DataCursor is disabled by default (to avoid backwards compatibility breaks). Each series has CursorTrackEnabled property to control DataCursor automated tracking on it.
3D TransparencyRenderMode property/feature
3D-surface-series (SurfaceGridSeries3D, SurfaceMeshSeries3D and WaterfallSeries3D) and PointLineSeries3D now have TransparencyRenderMode property. LightningChart offers 3 options for handling transparency of the surface: Unordered, ShaderApproximation and OrderingTriangles. The new feature helps to mitigate artifacts and improve translucent object handling in the chart. This new way to handle translucent surface/lines is available only when DirectX 11 renderer is used (i.e., RendererDeviceType is either HardwareOnlyD11 or SoftwareOnlyD11).
You can find full changelog in https://portal.lightningchart.com/