[轉][C#]ScottPlot


來自:https://github.com/scottplot/scottplot

 

 

 

使用特別簡單:

Nuget 中添加  ScottPlot.WinForms,然后拖動控件到窗體(v4.7.2),寫下以下代碼到窗體加載事件即可:

double[] xs = new double[] {1, 2, 3, 4, 5};
double[] ys = new double[] {1, 4, 9, 16, 25};
formsPlot1.Plot.AddScatter(xs, ys);

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM