-
Graphing within Access
Hi,
Does anyone know where I can find information about creating graphs/charts in ms access through visual basic code? I basically am looking for a reference guide or something to tell me about the object, methods, functions and properties of microsoft chart.
I need to know how to initialize the object, and then how to set its axis, titles, datasets etc.
Any help on this topic would be greatly appreciated as I can't find much.
Joel Lindsay
Vancouver BC
-
the MS Chart object browser in the IDE lists all properties and methods
-
The Problem being
unfortunately I cant even figure out how to add ms chart control to my references or how to initialize an object in vb. I wonder whether I should use office graph or something else instead. Does anyone have any advice on how to make graphs in excel through visual basic code?? Quite simple graphs are all I need.
Joel Lindsay
-
there is an Excel tutorial project at the link below my name that uses VB code to create a graph in Excel and then import that graph into a VB form