LightningChart .NET Releases

Released: Mar 26, 2025

Updates in v12.2.1

Features

  • New .NET Target Framework
    • Updated from .NET 6.0 to .NET 8.0 to ensure native support for the LightningChart control within .NET projects and align with Microsoft's support policy for the .NET framework.
    • Now compiled for .NET 8.0, it is compatible with projects in .NET 8.0, 9.0, and 10.0.
    • A separate library build is available for projects utilizing .NET Framework 4.8 and later.
  • HERE Map Rendering Services Upgrade
    • The HERE map rendering services have been updated to utilize HERE Raster...

Released: Oct 10, 2024

Updates in v12.1.1

Features

  • HexagonShape available for Points and Markers - The hexagon shape is now available for the Points (series.PointStyle.Shape) and Markers (Symbol.Shape) properties. Like other geometrical shapes, the Hexagon shape allows body coloring with a two-color gradient, as well as with a separate color for the border. The hexagon shape also supports export to raster/bitmap or vector images.
  • Improved 3D Interactions - In this release, 3D interactions like zooming, rotation and panning have been...

Released: Jun 10, 2024

Updates in v12.0.1.1

Features

  • New Features
    • ImageLayer (Improves responsiveness) - a new chart layer is introduced for accumulating smaller bitmaps - ImageLayer is very large image layer, which can be gradually filled with smaller images. The accumulation of smaller images is done in the background thread, thus keeping Chart UI thread responsive and fast (for example zooming could be done while images are loaded). While compounding ImageLayer from many smaller bitmaps requires a lot of memory, the chart itself...

Released: Feb 13, 2024

Updates in v11.0.1.1

Features

  • New .NET target framework
    • In the previous versions of LightningChart .NET, the .NET target framework was 4.6.2 or earlier. But, in this release, LightningChart .NET will be targeting Microsoft .NET Framework 4.8 and .NET 6.0. The new built editions will be available for:
      • WinForms.
      • WPF non-bindable.
      • MVVM bindable version of WPF.
  • .NET Interactive Examples App
    • Improved the LightningChart .NET Interactive Examples app. You can now extract example code as .NET 6.0 projects.
    • Example code can...

Released: Jan 8, 2024

Updates in v10.5.1.1

Features

  • Added support for Microsoft .NET 8.

Released: Jun 16, 2023

Updates in v10.5.1

Features

  • DataCursor functionality enabled for all 3D, Polar and Smith series. DataCursor allows the user to explore a series and the closest value to the mouse cursor will be automatically tracked.
  • 3D TransparencyRenderMode property is now available for 3D surface series. The new feature helps to mitigate artifacts and improve translucent object handling in the chart.
    • SurfaceGridSeries3D.
    • SurfaceMeshSeries3D.
    • WaterfallSeries3D.
    • PointLineSeries3D.
  • LightningChart now offers 3 options for handling...

Released: Feb 8, 2023

Updates in v10.4.1

Features

  • DataCursor: new feature for automated data tracking in the chart.
    • Now, all the ViewXY series can be explored using DataCursor. This is a new class/object that shows the series data value at or near the mouse position.
    • The DataCursor class consists of X&Y axis labels, a result table, a color bar, and haircross lines. Each individual item of the DataCursor can be configured.
    • To avoid any backward compatibility breaks, the visible property of the DataCursor is disabled by default. Each...

Released: Aug 2, 2022

Updates in v10.3.2

Features

  • Added seven new technical indicators to the TradingChart control. These are:
    • Accumulation/Distribution.
    • Average Directional Index.
    • Commodity Channel Index.
    • Ichimoku Cloud.
    • On-Balance Volume.
    • Parabolic Stop-and-Reverse (PSAR).
    • Percentage Price Oscillator.
  • Added five new drawing tools to the TradingChart control:
    • Elliot Wave.
    • Head and Shoulders.
    • Pitchfork.
    • Triangle.
    • XABCD Pattern.
  • The TrackLineSeries and SolveYValue features are now available for the LineSeriesCursor. These features help...

Released: May 25, 2022

Updates in v10.3

Features

  • New and Faster Line Series - SampleDataBlockSeries remains the fastest series to display float/double 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 the existing series (which allow to visualize an order of magnitude more points on the same PC). The new series also offer...

Released: Dec 16, 2021

Updates in v10.2.1

Features

  • Adds support for Microsoft .NET 6
  • UWP charts are now fully compatible with Microsoft Store.
  • Improves the performance and stability of the SampleDataBlockSeries.
  • Better support for DPI awareness and particularly, per-monitor awareness.
  • New chart type - half doughnut/donut.
  • New feature allows canceling the rectangle-zooming in ViewXY, ViewPolar and ViewSmith by pressing down the Esc-key.
  • A polished appearance and behavior of Annotation.
  • Two new technical indicators for the TradingChart...