0

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?

Teh
  • 1

1 Answers1

1

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:

Community
  • 1
  • 1
keenthinker
  • 7,645
  • 2
  • 35
  • 45