Hey everyone,
I am writing a reporting App in C# that uses Microsoft.Inter op to talk to Excel. It is working out pretty well.
I now even have the charting somewhat working, however when I switch from a line graph to and XYScatter everything explodes. I get a generic COM exception.
My question is what in general has to be done different to use an XYScatter Vs. a Line chart.
Thanks,
Jon
I am writing a reporting App in C# that uses Microsoft.Inter op to talk to Excel. It is working out pretty well.
I now even have the charting somewhat working, however when I switch from a line graph to and XYScatter everything explodes. I get a generic COM exception.
My question is what in general has to be done different to use an XYScatter Vs. a Line chart.
Thanks,
Jon
Comment