LightningChart 10.3.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package LightningChart --version 10.3.1.1
NuGet\Install-Package LightningChart -Version 10.3.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="10.3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LightningChart --version 10.3.1.1
#r "nuget: LightningChart, 10.3.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=10.3.1.1

// Install LightningChart as a Cake Tool
#tool nuget:?package=LightningChart&version=10.3.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 Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  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. 
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,438 2/14/2024
10.5.1.1 10,635 6/15/2023
10.4.1.1 9,939 2/8/2023
10.3.2.2 7,609 8/9/2022
10.3.2.1 2,895 7/28/2022
10.3.1.1 5,584 5/25/2022
10.2.1.1 28,829 12/16/2021
10.1.2.2 6,220 7/16/2021
10.1.2.1 2,287 7/8/2021
10.1.1.1 2,353 6/17/2021
10.0.1.1 2,263 6/16/2021
9.1.1.1 2,110 6/16/2021
9.0.1.1 1,768 6/16/2021
8.5.1.1 4,980 6/16/2021
8.4.3.1 1,949 6/16/2021
8.4.2.1 1,941 6/16/2021
8.4.1.1 3,033 6/16/2021
8.3.2.1 2,490 6/16/2021
8.3.1.1 1,728 6/16/2021
8.2.3.1 1,744 6/16/2021
8.2.2.1 1,921 6/16/2021
8.2.1.1 1,916 6/16/2021
8.1.5.1 1,895 6/16/2021
8.1.4.1 1,887 6/16/2021
8.1.3.1 1,834 6/16/2021
8.1.2.1 1,769 6/16/2021
8.1.1.1 1,835 6/16/2021
8.0.2.1 1,937 6/16/2021
8.0.1.1 2,065 6/16/2021
8.0.0.2 1,940 6/16/2021

This is the fourth major release of the v10 LightningChart® .NET line. This release focuses on
LightningChart’s performance improvement and appearance modernization. In particular, we
improved performance for four XY/2D series. In addition, the pre-defined color themes have
received an overhaul, which allow more easily to create modern and visual appealing look for
the chart.

New, faster line series
SampleDataBlockSeries remains fastest series to display float type of data. However, it requires
fixed interval progressive x-value data. This release introduces faster versions of many existing
line series, for which this requirement is less strict or not applicable. These series use less
resources (CPU and RAM) compared to existing series (which allow to visualize order of
magnitude more points in the same PC). New series also offer significantly better performance
(as measured by FPS and smoother sweeping/scrolling). The trade-off for the performance boost
is less features or configuration options in new series.
• LiteLineSeries is a lighter & faster version of PointLineSeries (for progressive x-values, but
not fixed interval).
• LiteFreeformLineSeries is a lighter & faster version of FreeformPointLineSeries (no
restriction for the arrangement of x/y values).
• DigitalLineSeries is a new type of line series, which displays a line alternating between two
Y-values. It is fully optimized for performance and uses the least amount of memory of all series
types.
• StockSeries got Packing feature and improved the overall performance (up to 15x faster
rendering, up to 15x less memory when scrolling, sweeping, zooming or panning).

Color themes
In this release we introduced several new themes including Auroras, Brushed Metal, Turquoise
Hexagon, Magma, Paper, and Red Carbon. Those allow more easily to create modern and visual
appealing look for the chart. In addition, it is now possible to create custom color themes by
updating CustomDynamicTheme property. It is now also possible to combine bitmap image and
gradient color as one fill style (ColorOverBitmap option).

Other improvements and features
DeletePointsBeforeX() method now works also for HighLowSeries and StockSeries.
TradingChart component got few new technical indicators (Aroon, Rate of Change, Triple
Exponential Average (TRIX) and Williams Percent Range). TradingChart component now has
DataPacking feature to group very dense data. It is now possible to construct MeshModel from triangles programmatically. MeshModel now has new property ShadeMode to control lighting
effect.