LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 108
Default Plotting x-y data to same physical dimension on plot

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Plotting 3 column data as mutiple xy scatter plot lines on same graph Mahurshi Akilla Excel Discussion (Misc queries) 0 April 10th 08 07:17 PM
Avoid plotting refferanced blanks as zeros in scatter plot graphs Jobe Charts and Charting in Excel 17 May 17th 07 03:15 PM
How to remove Old values from a pivot (data dimension) Linda Monincx Excel Discussion (Misc queries) 3 January 12th 06 06:27 PM
Can I plot an equation in Excel instead of plotting data? raechickx Charts and Charting in Excel 3 September 21st 05 11:49 PM
Can I copy x-y scatter plot data direct from one plot to another? Chris Charts and Charting in Excel 2 June 3rd 05 01:20 PM


All times are GMT +1. The time now is 05:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"