View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stacy35216[_4_] Stacy35216[_4_] is offline
external usenet poster
 
Posts: 1
Default ActiveChart.Axes(xlValue).Crosses = xlMinimum


Windows XP, Excel 2003

OK, I have an add-in that generates a chart. I desperately want th
x-axis to appear at the bottom of the chart, not somewhere in th
middle as it sometimes does.
So, I consulted my reference books/websites and found the command:

ActiveChart.Axes(xlValue).Crosses = xlMinimum

BUT, this command puts the x-axis at the TOP of the chart for som
reason.

Why is my chart disobeying me?!?!
I've tried searching your forum but can't find advice on this.
Does this happen for others? Is there a way around it

--
Stacy3521
-----------------------------------------------------------------------
Stacy35216's Profile: http://www.excelforum.com/member.php...fo&userid=1595
View this thread: http://www.excelforum.com/showthread.php?threadid=39628