How to plot chart in VB program

M

michelle_ho

I have a set of data from a VB program, I would like to plot a chart
but I don't want to use Excel to plot it. So I want to know, is ther
any method for me to do so?

Th
 
T

Tom Ogilvy

If properly licensed, you might be able to use the components in the Office
Web Components shipped with Excel. I am sure there are other charting
components available from 3rd parties although I have not used any. You
might do a google search.
 
Top