MS Graph

T

Tim B

Hello,

Can anyone point me to a web site where I can view all the Chart Properties
available for MS Graph object (Class = MSGraph.Chart.8).

TIA

Tim
 
D

Douglas J Steele

If you've added the reference to MSGraph to your database, while you're in
the editor, hit F2 to bring up the Object Browser. Select Graph in the top
combobox, and look at what appears in the bottom.

Yes, it doesn't explain what everything does, but at least it shows you
what's there.
 
S

Steve Rindsberg

Hello,

Can anyone point me to a web site where I can view all the Chart Properties
available for MS Graph object (Class = MSGraph.Chart.8).

Have you tried the Object Browser in the IDE?
Set a reference to MS Graph in your VB/VBA project then press F2 and select
MSGraph
 
Top