View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier[_4_] Jon Peltier[_4_] is offline
external usenet poster
 
Posts: 90
Default AutoScale on Charts

Try out Tushar Mehta's Auto Chart Manager at http://tushar-mehta.com

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
http://PeltierTech.com/Excel/Charts/
_______



Randal W. Hozeski wrote:

Does anyone know why when creating a chart within VBA using the
AutoScale Max/Min settings set to True, that some Chart have the
range (Y axis) beginning @ zero and when I run the chart for a different
person are data series it begins AutoScaled..... (not zero)

I would like the scale to result as whatever the Max number is of the series
is add +10 and the lowest number of the series -10 so that the Chart is a
bit more readable then have those few the start @ zero.

Any suggestions? TIA -Randy-


..