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? |