Excel Interop and XYScatter Chart

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jlparise
    New Member
    • Jan 2008
    • 9

    Excel Interop and XYScatter Chart

    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
  • jlparise
    New Member
    • Jan 2008
    • 9

    #2
    Got it to work with a line graph...

    Comment

    Working...