dbTalk Databases Forums  

Is It Possible To Set The Secondary Y Axis Of A Chart With Code?

comp.databases.ms-access comp.databases.ms-access


Discuss Is It Possible To Set The Secondary Y Axis Of A Chart With Code? in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Wayne
 
Posts: n/a

Default Is It Possible To Set The Secondary Y Axis Of A Chart With Code? - 04-15-2009 , 05:37 PM






I'm using information that I found in KB Article Q158938 to set the Y
axis of charts with code based on stored values. The code I'm using
is:

Me![Graph5].Object.Application.chart.axes(2).MinimumScale = Forms!
Settings!TxtMin
Me![Graph5].Object.Application.chart.axes(2).MaximumScale = Forms!
Settings!TxtMax

Is it possible to set the secondary Y axis in a similar fashion or is
this not possible?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.