Reputation: 1
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
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