時々海外からのアクセスもあるようなので、過去の記事の英語版を作成してみました。
Here is a fast graph library that can be used in C#.
You can also zoom in and out with the mouse without coding, which is highly recommended.
Notes: This blog post is an English translation of a previous post with machine translation.
ScottPlot
The free and open source library "ScottPlot".

- GitHub: https://github.com/swharden/ScottPlot
- License: MIT
- Platform:WindowsForm, WPF, CosoleProgram
Display the graph in a short code
It's easy to use.
You can display the graphs quickly with a short code like the following.
double[] dataX = new double[] {1, 2, 3, 4, 5};
double[] dataY = new double[] {1, 4, 9, 16, 25};
formsPlot1.plt.PlotScatter(dataX, dataY);
formsPlot1.Render();

Supports Japanese
Axis names and graph titles can be displayed in Japanese.
You can easily coding a single line of code to display titles, etc.
Conclusion
If you have such a problem, you should try it.
I hope this blog post was helpful!
応援・要望お待ちしてます
ブログを見ていて「この辺を詳しく知りたい」「このライブラリの使い方を知りたい」「こんなことで困ってる」...etc があれば、コメント・問い合わせ・Twitterで教えてください。質問・ご要望に合わせて解説記事を作ります。
ブログを気に入っていただけたり、「応援してもいいよ」という方がいたら、ブログやSNSでの紹介をお願いします。 あたたかい応援は、中の人の更新の大きな励みになります。