+ Reply to Thread
Results 1 to 4 of 4

Chart Size

  1. #1
    Registered User
    Join Date
    05-21-2010
    Location
    Bradford, England
    MS-Off Ver
    Excel 2003
    Posts
    10

    Chart Size

    Hi,

    My issue:

    I have multiple charts over multiple tabs and only have a certain area space within each tab to work in.
    I was wondering if there is a way of standardising the charts so that they are all the same size, Or if there is any VB code that could help me?

    Any help would be great

    Thanks
    Chris

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,441

    Re: Chart Size

    Manually you can change the width/height of the chart area for all charts on a single sheet.

    Just select all the chart objects and then use the Format dialog to change the Size values.

    Or with code you can loop through worksheets.

    Please Login or Register  to view this content.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    05-21-2010
    Location
    Bradford, England
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Chart Size

    Thanks for this, it's worked great.

    Just out of curiosity is there any code to make the actual graphs the same size aswell and not just the whol chart?!

    Thanks
    Chris

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,441

    Re: Chart Size

    you would need to alter the PlotArea properties.

    Note that the category and values axis labelling with cause problems if they are not consistent between all the charts.

    To get the plotarea sized the same you need to adjust the PlotArea properties such as Left and Width whilst monitoring the InsideLeft and InsideWidth values.

    The inside values are those of the area where the columns/lines/markers etc appear, but they are read-only.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1