Where is the Chart class?

I'm trying to add a chart object to a Windows app form under Visual Studio 2005 Standard. I did this once a long time ago (VB6). I can't locate the correct reference that pulls in this class. It looks like I need the microsoft.office.tools.excel namespace, but none of the microsoft.office references seem to contain it. I'm begining to suspect that its not in the standard package. Anybody know where it is (or even if its in this package)

Answer this question

Where is the Chart class?

  • Gordon Duff

    There is not a .net Chart control included with vs 2005. You can use the sql server reporting services or the open source Zed Graph. Not to mention there are third party controls like Dundas Chart, and Graphics Server.


  • donkaiser

    Ken,

    Thanks for the tip on ZedGraph. It looks like it will do everything I need to do quite well.

    CyberE


  • Where is the Chart class?