Creating a waveform plot
A waveform chart is a type of graph that visually represents an audio signal or wave. It is used to show the variation over time of a continuous signal, usually an audio waveform (such as a sound recording). This type of graph shows how the amplitude of the signal changes over time, allowing you to visually see fluctuations in the intensity of the wave.
Waveform charts are widely used in audio editing, music production, and signal analysis software, as they provide a clear way to visualize the structure and changes in audio signals. They are also used in other contexts, such as visualizing data from other types of continuous signals.
This tutorial is using 3D SampleDataSeries.
Waveform chart
If x-Axis is the same for all segments/signals, then it is better (more efficient) to use single LightningChart instance with Segmented / Stacked YAxesLayout.
Check following link for step-by-step tutorial for creating a waveform plot from temperature sensor data in C# using a collection of 5 different sensors and LightningChart .NET: Creating a waveform plot....