LightningChart 12.5.1.1

dotnet add package LightningChart --version 12.5.1.1
                    
NuGet\Install-Package LightningChart -Version 12.5.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="12.5.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LightningChart" Version="12.5.1.1" />
                    
Directory.Packages.props
<PackageReference Include="LightningChart" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LightningChart --version 12.5.1.1
                    
#r "nuget: LightningChart, 12.5.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.
#:package LightningChart@12.5.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LightningChart&version=12.5.1.1
                    
Install as a Cake Addin
#tool nuget:?package=LightningChart&version=12.5.1.1
                    
Install 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:

  • 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 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.

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.