This WPF app plots a graph using collection of points.
git clone https://github.com/Simran93504/plotting-graph-in-csharp.git
Open this repository with your text-editor you will need to add a reference to the OxyPlot library, which is a popular plotting library for WPF applications. You can do this by right-clicking on the project in the Solution Explorer and selecting "Manage NuGet Packages...". Search for "OxyPlot.Wpf" and install the package.