![]() |
VOOZH | about |
dotnet add package LightningChart --version 12.5.1.2
NuGet\Install-Package LightningChart -Version 12.5.1.2
<PackageReference Include="LightningChart" Version="12.5.1.2" />
<PackageVersion Include="LightningChart" Version="12.5.1.2" />Directory.Packages.props
<PackageReference Include="LightningChart" />Project file
paket add LightningChart --version 12.5.1.2
#r "nuget: LightningChart, 12.5.1.2"
#:package LightningChart@12.5.1.2
#addin nuget:?package=LightningChart&version=12.5.1.2Install as a Cake Addin
#tool nuget:?package=LightningChart&version=12.5.1.2Install as a Cake Tool
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:
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.
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 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Framework | net48 net48 is compatible. net481 net481 was computed. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
LC .NET 12.5.1.2
Fixes Signing of NET48 dlls
LightningChart® .NET (abbreviated) Changelog
LC .NET version 12.5.1.1
Released March 17th, 2026.
In this release we focus on improving LegendBox and PrintPreview dialog. New features/properties were added related to that, as well as previous errors have been fixed. In addition, now with AutoPadding property in ViewXY an extra space can be reserved for custom items in the chart.
Refined LegendBox rendering for all views
Refined LegendBox rendering for all views. The behavior and the style of LegendBox's rendering between views are now harmonized. When possible, the same method is used to produce similar results. Furthermore, some errors are fixed, and new LegendBox related features are added. For example, the new VerticalTitlesGap property controls minimum gap between LegendBox's titles, LegendBox now supports titles with multiple lines, mouse-events over LegendBox have more detailed information.
Improvement of the PrintPreview dialog
PrintPreview dialog has been revised. Now in WinForms (but not in WPF) the dialog is available in several languages: EN, DE and FI. Dialog's UI is slightly changed, and user has some controls which items to show and which default values are set.
Added AutoPadding property for ViewXY
Now ViewXY has AutoPadding property. This is the padding in PXs for control's edges, i.e. the outer edge or rim of the chart, which encloses ViewXY margins. AutoPadding can be used when Margins are auto-adjusted (AxisLayout.AutoAdjustMargins is enabled). Chart objects like Annotations and LegendBoxes can be placed in the padded area.
Other features / improvement
.NET Trader's behavior was improved.
Band's border now has BorderType property (Inner, Outer or None).
Added support for 24-bit and 32-bit WAV audio files.
Improved handling of D3DImage failure.
Check out the rest of the changelog for more specific details.