Back to Browse

Getting Started with ScottPlot Plotting Library for Windows Forms Applications

9.6K views
Mar 24, 2023
22:23

Plotting Data in Windows Forms is something you often want to do. The built-in Chart Control for Windows Forms is no longer supported by Microsoft in the latest .NET versions. So, we need to find and use alternative solutions. Many third-party Chart Tools exist. Most of these are commercial and costs money while others are free. This Tutorial will use ScottPlot, which is a free and open-source plotting library for .NET. Note! This Tutorial uses ScottPlot 4.x and not the newly released ScottPlot 5! The main difference for the user is that you use AddScatter() in ScottPlot 4.x and you use Add.Scatter() in ScottPlot 5.x. ScottPlot Tutorial: https://www.halvorsen.blog/documents/programming/csharp/tutorials/scottplot.php Blog: https://www.halvorsen.blog/ YouTube Channel @Industrial IT and Automation ​ https://www.youtube.com/IndustrialITandAutomation

Download

1 formats

Video Formats

360pmp430.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Getting Started with ScottPlot Plotting Library for Windows Forms Applications | NatokHD