With these tutorials, it's easy to start programming with LightningChart SDK. As prerequisites, basic knowledge Visual Studio and C# or Visual Basic is assumed. LightningChart products are installed and pre-built demo application is found functional.
Please see the LightningChart Trial SDK's Demo application and it its source code for more examples. Please don't hesitate to ask advice from our Technical support.
These tutorials are made for LightningChart Ultimate, but in general, they are valid also for LightningChart Pro and Basic, by removing .ViewXY where they exist in these tutorials. Note that Pro and Basic do not have all series types, see Product comparison table for details. The documents are in Adobe Acrobat PDF format.
Plotting data with point-line series, Visual Studio 2008, C#
This document describes how to use LightningChart PointLineSeries series to plot variable interval data.
Real-time monitoring with SampleData series, Visual Studio 2008, C#
This document describes how to use LightningChart SampleDataSeries series to plot fixed interval data. The data is generated with SignalGenerator component on the fly.
These tutorials are made for LightningChart Basic.
Plotting data with point-line series, Visual Studio 2008, C#
This document describes how to use LightningChart PointLineSeries series to plot variable interval data.
Plotting of timer-generated data with point-line series, Visual Studio 2010, C#
This document describes how to use LightningChart to plot timer-generated data in realtime. The chart starts scrolling when it's collected full, and starts destroying out-scrolled data automatically. This is a simple strip-chart recorder application.
Plotting data with point-line series, Visual Studio 2010, VB.NET
This document describes how to use LightningChart PointLineSeries series to plot variable interval data.