Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8144025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:15:49+00:00 2026-06-06T13:15:49+00:00

In previous versions of Excel there was a registry entry that you could create

  • 0

In previous versions of Excel there was a registry entry that you could create to allow Excel to display values/labels that would be positioned outside the axis min/max using QFE_Bonn dword=1. This is what I have used for Excel 2003: Plot lines that contain labels disappear …)

I have not been able to find a similar patch or native functionality in Excel 2010 (Office Pro Plus). Any ideas how this can be accomplished, or did MS remove this functionality altogether?

Here are screenshots of examples in Excel 2003. I create a series of data which uniformly exceeds the y-axis maximum. This series’ color fill has been removed already

Excel screenshot

To finish the look, remove the series’ border so that it appears invisible. Then replace the series’ value labels with the relevant data.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T13:15:50+00:00Added an answer on June 6, 2026 at 1:15 pm

    There is a workaround using the DataLabels.Left property which positions the DataLabel relative to the ChartArea.

    Here is an example VB solution:

    sub FakeLabels()
    Dim sF As Double
    Dim lOff As Double
    Dim p As Double
    
    ActiveSheet.ChartObjects(1).Activate
    
    With ActiveChart
        For sF = 1 To .SeriesCollection.Count
            If .SeriesCollection(sF).Name = "FakeSeries" Then
                 'Define the lOff variable by adding 100, or some other value
                 lOff = .SeriesCollection(sF).Points(1).DataLabel.Left + 100
                 For p = 1 To .SeriesCollection(sF).Points.Count
                     .SeriesCollection(sF).Points(p).DataLabel.Left = lOff               
                 Next p
            End If
        Next sF
    End With
    

    It yields the same results, the only new requirement is to keep the values for the “dummy” series within the axis min/max values for the chart.

    A pleasant surprise is that re-sizing the chart doesn’t appear to affect the relative placement of the labels.

    UPDATED 9-25-2013

    I have used the “textbox” approach since first asking this question. But it is extremely clunky to manage the interplay between the labels’ position and the textbox positions, their relative position of the PlotArea i.e., when to use .InsideWidth vs. .Width or .InsideLeft vs. .Left and whether there needs to be any sort of hedonic “adjustments” to the points values, as always seem to be the case, they are never quite perfectly aligned.

    While perusing the PPT object model reference for some other chart-related inquiries, I stumbled upon this property which appears to replicate the functionality of the previous hotfix/registry hack.

    .ShowDataLabelsOverMaximum

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In previous versions of Visual Studio, there was a single entry point to an
Is there a tool to run unit tests on previous versions of software that's
Previous versions of JBoss included a scripts (like jboss_init_redhat.sh ) that could be copied
In previous versions of VTune, there was a program called dsep.exe, which could be
in previous versions of Visual Studio, you could collapse the html blocks, but that
In previous versions of JOGL, I could create a Texture from a BufferedImage using
In previous versions of Play 2.0 there was the Secure Module to do authorization.
In previous versions of Xcode creating a window-based, universal application would populate the project
i remember that previous versions of visual studio contained a converter, that automatically attempt
In previous versions of jQuery tabs there was an option to automatically set the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.