Click here to Skip to main content
16,021,115 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have written code for storing data in Excel sheet and then I have generated graph using same data but T want to display the graph generated in Microsoft Excel in C# application in picturebox or something like that.
Posted
Updated 8-Jan-10 14:40pm
v2

1 solution

The Chart.Export[^] method can save a chart as a gif file. Then you can open the file and set a Picturebox.Image property to the retrieved file
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900