Create a Chart and Export Data from the DataGridView into Excel
Submitted by Thongkorn on Wednesday, November 7, 2018 - 09:10.
Language
This code sample will randomly generate the data set, then put into the DataGridView. The data from the Grid table is generated in the Chart. There are three types: Column, Line, and Point. I used the @Run Time method to create Legends and Series. In addition, I gave the code to send data to Excel (Line-By-Line) as well.
Visual Basic .NET (2010) + MS Excel 2010
Thank You.
I hope this sample application will help you.
Thongkorn/Common Tubtimkrob
For outside from Thailand can be contact me at My Facebook
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 2368 views