Varying Chart Width

  • Thread starter rdemyan via AccessMonster.com
  • Start date
R

rdemyan via AccessMonster.com

I have a chart on a form. I'm using this chart to display data that can be
filtered in many ways. Sometimes because of what the user sets, there will
be two Y-axes, other times only one. I'm having problems with the width of
the displayed chart. Mostly it's been jammed up against the secondary Y-axis
label when it is present. I've been playing around with the chart, though
and now there is lots of white space on both sides,which I don't want either.

How do I set the width of the chart in code. What do I need to do to try and
get it to be as wide as possible without having the Y-axis values cover up
part or all of the Y-axis titles.

I would prefer that the code not assume that a reference to MSGraph has been
set.

Thanks.
 
Top