LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create graphics on an excel sheet with ActiveX. Can't find examples.

Hello, I'm trying to create some classic histograms on an excel sheet using some ActiveX functions. But I can't find any example of applications to guide me. Can you help ?
0 Kudos
Message 1 of 2
(2,884 Views)
The following example program should give you a good start:
http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/97383d950b2b38fe862568940057d3b4?OpenDocument

For your application you will want to pay particular attention to the Excel_ChartChartWizard function call.

Also, if you want to write your ActiveX client from scratch in a new project, Use the ActiveX Automation Wizard (from the tools menu) to create an instrument for communicating with the server application.

Amaury R.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,884 Views)