Setting Options On Microsoft Graph

S

SA

Roy:

Yes, Graph has extensive VBA property setting capabilities. To reference
the graph objects properties you use code like this in your report:

Dim objGraph as Object
Set objGraph = Me.YourGraphObjectName.Object

'Begin to use its properties.

To get a gander at what all is available, open a Graph object in your report
and then select Help. You'll see a section on programming information, and
as you said regarding the options, the VBA capabilities are very extensive.
 
R

Roy Goldhammer

Hello there

For short time i started using microsoft Graph on access report and it
worked fine.

In fact i have more options on report then on form.

There are some things that i want to change on the graph according to the
data that the graph gets.

For example: if i use Pie Graph i want to place the labels neer to the pay
and far from other labels

Is there a way to change the graph by using vb code on runtime?

any help would be useful
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top