I want to set data for Excel chart but cannot display data in any Range.
so i cannot use following function :
chart.SetSourceData(range,XlRowCol)

i have heared about the series but dont know how to use it
I am having a List<int> list of integers and want to display a column chart with each integer value on singe column.

Please help me. Any code or suggestions will do.
thnx in advance

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Is a List an array? You can assign 1D arrays to the .XValues and .Values of a chart series. You would have to populate multiple series one at a time.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.