Teh
Teh

Reputation: 1

Visual Basic, Microsoft Access and Excel

I would like to plot a chart of y against x in visual basic 2012 with the values from microsoft access 2007. Could anyone give me some suggestions?

Upvotes: 0

Views: 59

Answers (1)

keenthinker
keenthinker

Reputation: 7830

You could use the .NET Charting API, the build in windows charting COM object as described in this article. or a third party .NET chart library for example from this CP article.

MSCharts is the formerly Dundas Charts, which are really good. Have a look:

Upvotes: 1

Related Questions