本文介绍了如何使用C#动态地从datatable中的值生成图形的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



我在读取.csv文件后创建了一个数据表。我需要从数据表中的值创建一个2D图形(一种正弦波表示),然后将其导出为pdf / word / excel。



可以我对此有任何指导。



- 提前谢谢。

Hello,

I have a created a data table after reading a .csv file. I need to create a 2D graph(sort of sine wave representation) from the values in the data table and later export it to a pdf/word/excel.

Can I get any guidance on this please.

-Thanks in advance.

推荐答案


这篇关于如何使用C#动态地从datatable中的值生成图形的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-24 22:42