Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi everybody,
I am trying to export some data to an Excel 2007 workbook and then create some charts using some parts of this data. I am running Visual Studio 2005 and C# 2.0.
I use the Chart object's SeriesCollection to add my comparing series to each chart.
On my own computer, everything works fine, but when I try to run my program from other computers, I have this problem:
The data is exported fine, but when creating charts, only the last Series object I added to the SeriesCollection of my Chart is being displayed; as I mentioned before, I use three columns of my data to create three lines in my chart, but only one line appears.
Can anyone help me?
Thanks in advance...
Posted

1 solution

Please check this code project link
Excel Charts in C# Applications[^]
 
Share this answer
 

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