+ Reply to Thread
Results 1 to 2 of 2

Chart scale-length help.

  1. #1
    Registered User
    Join Date
    07-11-2005
    Posts
    1

    Unhappy Chart scale-length help.

    I have a made an x-y scatter chart in Excel but I want the x and y axis to be of the same scale-length. Is there anyway to do this besides fiddling with resizing manually?

    Thanks in advance.

  2. #2
    Earl Kiosterud
    Guest

    Re: Chart scale-length help.

    Vyz,

    Select the chart and run this macro. You can assign it to a keyboard
    shortcut, toolbar button, menu item.

    Sub SquarePlotArea()
    ActiveChart.PlotArea.Width = ActiveChart.PlotArea.Height
    End Sub
    --
    Earl Kiosterud
    www.smokeylake.com

    "Vyz" <[email protected]> wrote in message
    news:[email protected]...
    >
    > I have a made an x-y scatter chart in Excel but I want the x and y axis
    > to be of the same scale-length. Is there anyway to do this besides
    > fiddling with resizing manually?
    >
    > Thanks in advance.
    >
    >
    > --
    > Vyz
    > ------------------------------------------------------------------------
    > Vyz's Profile:
    > http://www.excelforum.com/member.php...o&userid=25127
    > View this thread: http://www.excelforum.com/showthread...hreadid=386290
    >




+ 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