How can I display an Excel chart on a VB.NET form?

How can I display an Excel chart on a VB.NET form?


You're going to need to work with the Office XP Primary Interop Assemblies. These special assemblies allow you to use Office applications from your .NET code. You can download the assemblies and read more about them at this link.

More resources on VB.NET

How can I connect to an Excel spreadsheet and search for a value using VB.NET?

This was first published in June 2003