Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
And you can try running something like this in VBA
With Worksheets(1).ChartObjects(1) .Height = .Width With .Chart .Axes(xlValue).MaximumScale = .Axes(xlCategory).MaximumScale .Axes(xlValue).MinimumScale = .Axes(xlCategory).MinimumScale .PlotArea.Height = .PlotArea.Width End With End With Ed Ferrero www.edferrero.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Plotting 3 column data as mutiple xy scatter plot lines on same graph | Excel Discussion (Misc queries) | |||
Avoid plotting refferanced blanks as zeros in scatter plot graphs | Charts and Charting in Excel | |||
How to remove Old values from a pivot (data dimension) | Excel Discussion (Misc queries) | |||
Can I plot an equation in Excel instead of plotting data? | Charts and Charting in Excel | |||
Can I copy x-y scatter plot data direct from one plot to another? | Charts and Charting in Excel |