Access Graph

  • Thread starter Thread starter Lou Civitella
  • Start date Start date
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
 
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.
 
Back
Top