Access Graph

L

Lou Civitella

I have a chart on a on a form that I would like to set custom minimum and
maximum values for the y axis via code.

How can I do this?

Thanks,
Lou
 
V

Van T. Dinh

Add Microsoft Graph Object Library to the References of your database. You
can assign the appropriate values to the Properties MaximumScale and
MinimumScale of the Axis object.

Check Microsoft Graph Help on the above 2 Properties.
 
Top