Put labels on bar

I use SAP graphics and want to display the name of the serie directly on each bar.
My sample :
Machine 1 : 10ST for January
Machine 2 : 11ST for January
Machine 3 : 5 ST for March...
In the graphic :
I have one column with January and 1 column for March.
On the January column, I have one bar with Machine 1 and Machine 2 with 2 colors.
On March column, I have Machine 3.
What I want is to display the name of the machine (serie) on the bar.
For sample : you can run the program GFW_PROG_GET_CU_BUNDLE. I want to display the value company 1 or 2 directly on the bar. Not on the legend.
Thank you for your help, the matter is not easy.
Christophe

customizing is stored into tables GFW*
in some of the tables you have instance ID in the key
instance ID can be found by calling method GET_INSTANCE_ID of CL_CU_DISPLAY_CONTEXT
look at method SET_DEFAULTS of class CL_CU_VALUES in order to get an idea of values

Similar Messages

  • X-Axis Labels BETWEEN Bars on Histogram?

    Is it possible to put x-axis labels between the bars of a histogram in Numbers?
    It becomes ambiguous in a chart like this (see photo) when the labels are directly below the frequency bar. For instance, looking at the bar above 1, did 14.44% of the weight fall between 0 and 1 or did it fall between 1 and 2?
    Is there a way to put frequency bars between x-axis labels? Maybe a work around is to label the tick-marks themselves?

    Cryptic,
    Your graphic isn't showing. Not necessarily your problem - happens frequently on this discussion site.
    You can label the bars any way you wish, but of course that would be more laborious. You could label them 0-1, 1-2, 2-3, 3-4, etc. in Column A, formatted as text.
    Shifting the labels would require some graphics trickery. You can simply turn off the automatic labels and lay your own custom labels below the category axis, shifted by half a bar interval.
    Jerry

  • How do i put a tool bar on my ipad?

    I am trying to put a tool bar on a spreadsheet app and I am lost!

    It's there....if you carefully pull down so you can see above the Shuffle line there is a grey search bar.

  • How do i put a scroll bar on a  JEditorPane ?

    How do i put a scroll bar on a JEditorPane ?
    Can somebody point me to some sample
    code that works?
    thanks in advance
    Owen

    You should use a JScrollPane and add the JEditorPane to it...

  • How to put the find bar (Ctrl+F) at the top of Firefox instead of the bottom

    My search function or find function bar or whatever it's called (Ctrl+F) to find words in a document has always been at the top of the page of Firefox, always. But ever since I let them update me to the most recent one, FIrefox 25 or something, it is now at the bottom and I am really saddened by this.
    I don't mind that they changed the design, but for heaven sakes all I'm asking is you move it back to the top or tell me how. I'm not looking for added nifty doodads or add-ons or large segments of code to try to fix this, I just want you to move it to the top instead of bottom.

    I know it's at the top are you sure when you say "always" at the bottom? Are you talking in terms of 2009? 2008? Previous years? I know it's always been at the top and I'm not one for addons, I have stylish and imagezoom for the past 4 years, and have recently added adblock plus and 'grab and drab' to the mix this year. Of course find bar was still at the top then.
    It was at the top and the actual place where you type the word was to the top right, god I wish I'd screencapped it because now it's been 3 weeks since this has happened and I'm doubting myself what it originally looked like...
    EDIT: Never mind there was a user styles type formula to put the find bar to the top
    https://support.mozilla.org/en-US/questions/975514
    I'll try it out for a few days and if it's working fine I'll consider the problem a-ok.

  • I would like to know why when i make a web page and test in my local browser it works fine then when i tranfer to my server i does not work fine example i used javascript to put a prompt bar on a page and it worked fine local but on server not working

    how come when i make a web site and i test it in my local server it works fine when i tranfer to server certain things do not work example i used javascript to put in a prompt bar for a newsletter page at the server it did not work but at local it did also it works at MOZZILLA but not internet explorer i also have cs4 was wondering if there is a way to test a page in dreamweaver and then transfer   THANK YOU X-FACTOR-MEDIA

    In future, please try to make the subject line of your posts shorter. In this case the following would have been sufficient: "JavaScript works locally, but not on remote server".
    Short, but meaningful subject lines make it easier for others to identify what your question is about, and often bring faster help.

  • Return Links at top of Report?  Legend Labels on Bar Chart Rollovers?

    Hi,
    I have two questions.
    1. Is there a way to easily put the 'Return' links at the top of all reports? i.e. is there a template I can edit to do this to all my reports? I have hundreds of reports and changing them all by hand by putting a static text with HTML isn't really an option for me.
    2. Is there a way to show the Legend value when you hover over a Bar on a Bar Chart. I'm pretty sure pie charts do this, but in my Bar Chart, hovering over the individual bars only shows the value. I would like for it to also show which legend item it is when a user hovers over.
    Thanks,
    Kevin

    Kevin,
    I was looking into the issue. I can confirm that the scid code that's generated is dynamic.
    I also looked into the return link - the code is the following (you already know this).
    td class="ResultLinksCell"><a href="javascript:void(null)" onclick="return ViewBack('d:dashboard~p:9md8uku78u84kdge~r:kug9avdjlblr24fq','DrillBack','1pnm8a1lmln3ml08v6lil3d8gi');" title="Return to the previous page" name="SectionElements">Return</a</tdI checked several JS files in OracleBI\web\app\res\b_mozilla folder - tableview.js, viewhelper.js- although I found the function responsible for Return link (viewback) - I couldn't find the xml where you'd need to put that link in front of the following code - div id="idResultsTableParent"><table id="saw_146_3" class="ResultsTable" I suggest you search for the place in xml where it's generating table view and put the return link on top of the table.
    Edited by: wildmight on Apr 14, 2009 8:04 AM

  • How can I put a scroll bar on a frame?

    Hello,
    I have a class that extends JFrame, and I need the Frame have a scroll bar. How can I do so?

    JFrame frame = new JFrame() ;
    JScrollPane scrollpane = new JScrollPane() ;
    JPanel panel=new JPanel();
    JLabel label=new JLabel("Hello!");
    label.setPreferredSize(new Dimension(2000,2000));
    panel.add(label);
    scrollpane.add(panel);
    frame.setContentPane(scrollpane);
    Does that work for you?
    PS:scroll bar as needed is the default setting, so you don't actually need them. And yeah, your panel must be big enough to let the scroll bars show themselves.

  • Label on Bar Graph

    Dear Champs ,
    I am using one Function Module that is GRAPH_MATRIX_3D.
    In this i am getting the data correct and object is working fine.
    I want to label the graph by putting the value on the tower like ( 300 kg, 400 kg ).
    Please help me out .
    I will be highly thankful to you.
    Thanks and Regards
    Vivek Srivastava

    Hi,
    May be this sample code can help you:-
    REPORT Z_3DGRAPH.
    *structure declaration for performance measurement
    TYPES: BEGIN OF ty_performance,
    company(15) TYPE c,
    q1 TYPE i,
    q2 TYPE i,
    q3 type i,
    q4 type i,
    END OF ty_performance.
    *structure declaration for options table
    types : BEGIN OF ty_opttable,
    options(30) TYPE c,
    END OF ty_opttable.
    *Internal table and work area declarations
    DATA: it_performance TYPE STANDARD TABLE OF ty_performance,
    wa_performance TYPE ty_performance.
    DATA : it_opttable type standard table of ty_opttable,
    wa_opttable type ty_opttable.
    *initialization event
    INITIALIZATION.
    *start of selection event
    START-OF-SELECTION.
    *clearing the work areas
    CLEAR WA_PERFORMANCE.
    CLEAR wa_opttable.
    *appending values into the performance internal table
    wa_performance-company = 'Company A'.
    wa_performance-q1 = 78.
    wa_performance-q2 = 68.
    wa_performance-q3 = 79.
    wa_performance-q4 = 80.
    append wa_performance to it_performance.
    wa_performance-company = 'Company B'.
    wa_performance-q1 = 48.
    wa_performance-q2 = 68.
    wa_performance-q3 = 69.
    wa_performance-q4 = 70.
    append wa_performance to it_performance.
    wa_performance-company = 'Company C'.
    wa_performance-q1 = 78.
    wa_performance-q2 = 48.
    wa_performance-q3 = 79.
    wa_performance-q4 = 85.
    append wa_performance to it_performance.
    *appending values into the options internal table
    wa_opttable-options = 'P3TYPE = TO'.
    APPEND wa_opttable TO it_opttable.
    wa_opttable-options = 'P2TYPE = VB'.
    APPEND wa_opttable TO it_opttable.
    wa_opttable-options = 'TISIZE = 1'.
    APPEND wa_opttable TO it_opttable.
    *calling the graph function module
    CALL FUNCTION 'GRAPH_MATRIX_3D'
    EXPORTING
    col1 = 'Quarter 1'
    col2 = 'Quarter 2'
    col3 = 'Quarter 3'
    col4 = 'Quarter 4'
    dim1 = 'In Percentage%'
    set_focus = 'X'
    titl = 'Company Performances'
    TABLES
    data = it_performance
    opts = it_opttable
    EXCEPTIONS
    others = 1.
    Manas M.

  • Can not locate where to find refresh button to put on menu bar

    I do not find the refresh icon on menu bar as before, the print icon is the only one there. I went to customize toolbar and the icon was not there. Please help, need to refresh pages. Thank you.

    Firefox 4.0 has a combined Reload and Stop and Go button that appears at the right end of the location bar.
    * Open the "View > Toolbars > Customize" window to move the Stop and Reload button out of the location bar.
    * Move the Reload and Stop buttons to their previous position at the left side of the location bar.
    * Set the order to "Reload - Stop" to get a combined "Reload/Stop" button.
    * Set the order to "Stop - Reload" or separate them otherwise to get two distinct buttons.

  • How can I put back the bar that held my go-to site icons?

    I am referring to the bar that has the site address, and Google box. In the past, I placed a lot of icons on that bar, that I got from my bank, utility sites for bills, mail, facebook, etc. It was a great convenience. The bar had a plus sign, to add more icons. A window would appear, that allowed you to choose an icon and enter the site address. A lot of the sites had their own icons, that would automatically appear, in the window. Now, I tried to follow the directions to add icons to the bar, but it looks like there are very few available, and hardly any that I use. I'm hoping that there is a way that can be used to add back the bar's abilities to place very useful icons, that were so easy to use. I'm sure many people are upset also. It's a mystery how anyone could think that the new features would be better than the old, at least for this one bar's usefulness. Thanks, in advance, for your help.

    # Right-click an empty area of the tab bar and choose Customize.
    # Click the Show / Hide Toolbars button near the bottom and make sure "Bookmarks Toolbar" is checked.
    # Make sure the "Bookmarks Toolbar Items" element is on the Bookmarks Toolbar (the bar below the navigation toolbar, which is the part with the address bar and the search box).
    # Click the Exit Customize button near the bottom right when done.
    # When you want to bookmark the current page, drag the icon on the left side of the address bar (usually a globe or a padlock) onto the Bookmarks Toolbar.
    [[Bookmarks Toolbar - Display your favorite websites at the top of the Firefox window]]

  • How do I put a search  bar on my music app

    I bought a iPad now in nov and the music app does not have a search bar to go straight  to the song or tittle , how do I get one on there?

    It's there....if you carefully pull down so you can see above the Shuffle line there is a grey search bar.

  • How to put the URL-bar at a fixed position to the right of tabs ?

    I have moved the URL-BAR to the right of tabs, on the same row, and reduced the size with a few lines in "userChrome.css".
    I want the URL-bar to be at a fixed position as far to the right as possible, so i get as much free space as i can for my tabs.
    I´m using FF 20.

    Sounds that you are using wrong code in the userChrome.css file.
    You can set the max-width of the location bar and the search bar to force a maximum width of both bars.
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #urlbar-container { max-width: 400px !important; }
    #search-container { max-width: 200px !important; }
    </nowiki></pre>

  • How do I put my menu bar and address bar back at the top?

    I closed my menu bar and address bar, etc. Now I can get them back I even tried reinstalling Firefox and that didn't work. Opposite clicking the top of the page doesn't work, either. HELP!
    == This happened ==
    Just once or twice
    == When I temporarily turned off my bars.

    Hit the '''Alt''' key to show the Menu bar, then open View > Toolbars and select Menu bar, so it has a check-mark.

  • Can i put the scroll bar on the left hand side of the page

    i am left handed and using a touchscreen asus and would like to get the scroll bar on the left

    Hi!
    Yes, you can!
    # Type "about:config" (without quotations) in the urlbar and hit Enter
    # Search for "layout.scrollbar.side" (without quotations) variable
    # Double click on that
    # Modify the value to "3" (without quotations)
    # Click Ok
    # Restart Firefox

Maybe you are looking for

  • Phone numbers instead of names in texts

    Does anyone else have the problme where their text messages only show up with the person's phopne number instead of their name? Is there a fix for that?

  • I-Mac won't read photos on CD-RW

    I imported a lot of pictures ino the I-Photo program on my G-4, and burned onto CD-RW disks. Then I bought an I-Mac 20" with Intel Core Duo, which now runs OS X 10.4.9. Problem: the I-Photo program won't recognize the CDs! Since I also upgraded the G

  • Distributing forms with Digital Signatures..

    How can I distribute forms that I have created where Digital Signatures are required.. For Example, I have a Personnel Action Notification form that needs 4-5 different signatures (which I would like to use digital signatures). When uploading to Form

  • Topic Footers Appear in Word Document

    Topic footers appear in Word document. This seems to happen when a snippet is used at the end of the topic.

  • Metadata Fields: Description vs. Caption

    In Bridge and PS, Description is used as the title of a field. Is it not the case that the same field is called Caption in LR? Perhaps other fields are inconsistently named as well. I would like a Show Information About command (alt/command + I) in L