+ Reply to Thread
Results 1 to 2 of 2

Scaling charts using a VBA variable

  1. #1
    Registered User
    Join Date
    11-25-2005
    Posts
    19

    Scaling charts using a VBA variable

    I'm trying to manipulate the scale of the X axis on a series of charts. The charts compare two data points each. The auto-scaling generally works fine, until the two data points are small and very close in value. For example, 3.5 is shown as enormous compared to 3.4, when for purposes of my chart the difference is negligible.

    So I want to run a procedure that says 'for each chart, if the high data point is less than 10, the scale range of the X axis should be 0-10.' I can write this code, but am having difficulty accessing the high data point value. What property should I be looking for?

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967
    .MaximumScale
    Martin

+ 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