How to add some parameters to jfreechart?

hello to everyone
i am developing one application in which there ia dataseries and i have to generate the chart.i have used jfreechart
and the chart i have already created but my problem is i want to show some parameters in the chart like the maximum ,average values of the y- axis.can anybody tell me how to add these values to the chart and how to change their location so that the plot and the parameters don't overlap.
plzzzzzzzzzzzz help

Use FM BKK_ADD_WORKINGDAY
  IMPORTING
     VALUE(I_DATE) TYPE  SY-DATUM = <b>30.10.2007</b> (Specify date)
     VALUE(I_DAYS) TYPE  I = <b>50</b> (Days that u want to add)
     VALUE(I_CALENDAR1) TYPE  TFACD-IDENT OPTIONAL
     VALUE(I_CALENDAR2) TYPE  TFACD-IDENT OPTIONAL
  EXPORTING
     VALUE(E_DATE) TYPE  SY-DATUM  = <b>19.12.2007</b>
     VALUE(E_RETURN) TYPE  SY-SUBRC = 0
Best Regards,
Vibha
*Please mark all the helpful answers
Message was edited by: Vibha Deshmukh

Similar Messages

  • How to add some image in adobe muse

    hi.. im just new in adobe muse .. im sorry for this very noob question.. i just want to ask how to add some image in adobe muse ?? with a link .. thanks

    To add images press CTRL+D and then select the image and place it where you want.
    To hyperlink it go to the top menu and there should be Hyperlink folowed by a box. Enter your URL to link in there.
    You can also use the slideshow widget should you want to make a slideshow.

  • How to add some days to the current system date

    can anyone help how to add some days to the current date i.e if today is 3-12-2007 and if v add 15 more days then the output should be 18-12-2007

    RajeshChandan wrote:
    First of all thanks a lot ,and coming to the question i dont mean to change the sysdate instead i want to write a prg. where after entering the current date it should effect with the no.of days that i have given but not the system date .if u can answer please reply for thisAh, I see. In that case, you can use an instance of GregorianCalendar and use it's add(...) method to add days, months, years etc. to it.
    http://java.sun.com/javase/6/docs/api/java/util/GregorianCalendar.html
    Good luck.

  • How can add some suggested value to a propert on a Declarative Component,

    how can add some suggested value to a propert on a Declarative Component?

    kenyatta,
    Where you want to add the value ?
    If you want put some UIComponent(Value) to your declarative Component than follow my blog ( http://jneelmani.blogspot.com/2009/02/11g-how-to-create-declarative-component.html ) and add your value in STEP-5.
    You can watch live-demo at http://www.oracle.com/technology/products/jdev/viewlets/viewlet.html
    --Neelmani Jaiswal
    Edited by: Neelmani Jaiswal on Mar 23, 2009 11:11 AM

  • How to add the parameters onto the reports while calling from forms

    Hi all,
    I am using oracle forms 10g. I want to call a report from the form.
    But i dont know how to add parameters to the url while using
    web.show_document();
    i have a sample code. But it does not add the forms values onto the url.
    DECLARE
    v_host varchar2(100);
    v_port varchar2(10);
    v_parameter_string varchar2(4000);
    v_username varchar2(50);
    v_password varchar2(50);
    v_database varchar2(50);
    BEGIN
    -- Get the full domain name of the server from the formsweb.cfg
    tool_env.getvar('SERVER_URL',v_host);
    -- Get the username/password and database from the .env file
    tool_env.getvar('APPLICATION_USERNAME',v_username);
    tool_env.getvar('APPLICATION_PASSWORD',v_password);
    tool_env.getvar('APPLICATION_DATABASE',v_database);
    -- If it is localhost then we are running on windows and need to use the windows port, otherwise we
    -- are on AIX and need to use the AIX port
    IF v_host = 'localhost' THEN
         v_port := '8889';
    ELSE
         v_port := '7778';
    END IF;
    -- Now build the parameter string for running the report      
    v_parameter_string := 'server=rep_fsprod';
    v_parameter_string := v_parameter_string||'&report=AAP_TOTAL_CONTRACT_VALUE_RPT.rdf';
    v_parameter_string := v_parameter_string||'&userid='||v_username||'/'||v_password||'@'||v_database;
    v_parameter_string := v_parameter_string||'&execution_mode=batch';
    v_parameter_string := v_parameter_string||'&comm_mode=synchronous';
    v_parameter_string := v_parameter_string||'&destype=cache';
    v_parameter_string := v_parameter_string||'&desformat=pdf';
    -- Now run the report
    web.show_document('http://'||v_host||':'||v_port||'/reports/rwservlet?'||v_parameter_string,'_blank');
    END;
    Are we able to add the text values in the form from to the URL.
    Please let me know....
    thanks in advance....
    Naveen

    hello
    read the following white paper http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    cheers
    Q

  • How can add some text on the image

    I have images in the gif format.
    How can I add some text in specified point on the image?
    Fpor example, by using Intermedia plugins?

    We do not support this functionality. I suspect you are talking about watermarking?
    I would suggest you send a message to [email protected] , the product manager for interMedia and describe your application. This would be helpful in defining future requirements. He may also know of partners that can supply this technology.
    You can add text to an image using JAI or some other packages before the image goes into the database, or when it goes out.
    Larry

  • How to add some more field in dispaly?

    Dear friend,
    I have a abap query ib co module,now i created a abap report by convert the query.As it's conatin logic based on field group and sysmbols.it's difficult to find out where i have top add or not? i have to add some more coloums in display report and also add some more tables from where i can get more details which i have to used further dispaly and update the same in z table.
    please help me............

    Hi,
          Whether u r creating a new report or modifying a report..
    Becoz if u r using ALV means we can add in the field catalog..If u r using the classical interactive reports means we need to find where the values r inserted and where it is displayed and then only we want to proceed..
    Let me know the answer to give a good answer

  • How to add some text between columns in dashboard prompt?

    Hi,
    OBIEE version:10.1.3.4.1
    Can we add some words between columns in dashboard prompt?
    like, I want to add OR, make sure user not to select different month, if selected the different months it will make the report no data.
    Month OR Date Range(this is a calendar)
    Does anyone have any idea about this?
    Thanks in advance!
    Regards,
    Anne

    Hi,
    If you are using the prompts with presentation variables or referring only the columns separately then you can create individual prompts and place static text between them.
    But if you need to have both the prompt columns together then create the prompts and use 'space' as the label names for both.(ie prompts would appear but the name wont appear). And create a static text in the page or in a report and place in the page. Which appears as the name of the prompt with 'OR' between the prompt names.
    This should solve your problem.
    Edited by: MuRam on Jan 13, 2012 10:18 AM

  • How to add some reference into naming/ejb service?

    are there some ways to add some reference into naming/ejb service for them to visit my library/interface/service.
    thanks for your reply.

    I am not sure of what you are asking, can you elaborate please?
    Check out the "Application Reference" concept at <a href="http://help.sap.com/saphelp_nw04/helpdata/en/28/c9a3a9606f434ea757a3536d220704/content.htm">Application references</a>
    Regards,
    Kiran

  • How to add some html text between check boxes choices in SharePoint list?

    I'm customizing "New Form" of a share point list using SharePoint Designer.
    One of column is check boxes, and I need to add some break lines and text between choices, so the choice doesn't become cluttered.
    e.g.
    Choice 1 ^n
    Date
    Location
    Choice 2 ^n
    Date 
    Location
    and so on...
    Is that possible?
    Thanks 

    I think your best option would be using InfoPath if you can.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • How to add custom parameters in LDB.

    Hi,
    i have to add my own parameters for e.g. plant in standard report RFUMSV00.
    This report uses LDB 'BRF'.
    How it is possible.
    if i have to make Z report then also plz tell me in details.
    its urgent.
    Regrds,
    Santosh.

    Hi santosh,
    You can add any parameter at the end of the LDB selection screen, by declaring parameters in your custom report.
    In the attributes, define the name of the LDB you want to use.
    Regards,
    Jayant

  • How to add some extra parameter in SAP instance profile

    Dear Gurus,
    I want to add login/min_password_lng and login/fails_to_user_lock in my instance profile.Please guide me the steps how I can add this by using RZ10 T.Code so that it takes changes in program RSPARAM.In our scenario we have 1 CI server and 2 application server.
    Please guide me the steps so that I add this parameter.
    Advance Thanks
    Nirmal

    Hi,
    1. Execute RZ10 T-code
    2. Choose the Instance Profile such as <SID>_DVEBMGS00_<HOSTNAME>,<SID>_D00_<HOSTNAME>
    3. In Edit Profile , select "Extended Maintenance"
    4. The Profile will be open in Display mode. To Add/change the new Profile Parameter, the Profile needs to be in Change mode.
    5. To add New Profile Parameter Push Create/ Press F5,
    6. New Screen will be generated with Parameter Name and Parameter Value Inputs. Provide the required parameter name and its value (in your case [login parameters|http://help.sap.com/saphelp_nw04/Helpdata/EN/22/41c43ac23cef2fe10000000a114084/content.htm]). Then Press Copy.
    8. Once the changes are made, choose Copy to return to the initial screen of Transaction RZ10.
    9.Then save and activate the profile that has been changed.
    10. After this the instance has to be restarted.
    Regards,
    Bhavik G. shroff

  • How to add some related file to install

    in my code,i will use some *doc,and *.xls files, now i will install it. my question is when you setup this code in other computer, the path have changed,so i will not open *.doc,and some picture. how to resolve this problem. my classmate told me you add them when you install ,but i did fail and tired to found the problem.can anyone tell me ???

    Hi,
           See enclosed, you must select a support file path, and add support file in it. try it  
    Try to make everything Automatic
    Attachments:
    See.JPG ‏57 KB

  • How to add a parameterized Popup to seeded iProc page by Personalisation ?

    Hi
    I'm trying to add a button on the iProcurement 'Add To Cart' region (ResultsInParagraphRN), to display a standard OAF popup. Release 12.
    Please let me know where I went wrong :)
    1. I read the OAF Dev Guide on popups, as far as I can currently follow it ...
    2. I made a region in a different project, and a test page, and successfully deployed that project so I can call the popup, so far no problem.
    3. I used personalization to create a Parameterized Popup and a Button to call it, in iProc, using the same values as above.
    4. When I click on the button in iProc, there is no reaction other than an 'Error on Page' indication in the browser.
    In IE6 - still our standard browser :(, I get and 'Error on Page' message, which then gives a message 'object required'.
    In Firefox, I see this message : 'popupdiv is null'. line 132 in popup.js - the last line of this fragment is highlighted -
    *//To avoid code redundency this is commen mehtod for showpopup and showpopuponppr.*
    function displayPopup()
    var winW = 630, winH = 460;
    t = document.getElementById(currentElement);
    *if (parseInt(navigator.appVersion)>3) {*
    *if (navigator.appName=="Netscape") {*
    winW = window.innerWidth;
    winH = window.innerHeight;
    *if (navigator.appName.indexOf("Microsoft")!=-1) {*
    winW = document.body.offsetWidth;
    winH = document.body.offsetHeight;
    width=popupDiv.style.width;_
    So, either I have gone wrong somewhere, or there is an issue with the Javascript generated by Framework?
    Thanks in advance for any help!

    user13501968 wrote:
    Hi ,
    Your popup id's are not properly generated.For popups under table the id's should be generated like
    tablename:popupname but in your case it is just popupname alone
    thats why you get javascript error since in run time java script cannot find popup of type tablename:popupname.
    Please share the page structure.
    Meanwhile try adding the popup under rowlayout instead of flowlayout.
    Regards,
    Guru Krishnan.Hi
    Here is (part of) the page structure (table is already nested inside another). The bit I added starts
    at <oa:flowLayout id="CustomFlow">
                  <oa:rowLayout id="ControlsRow" width="100%">
                     <ui:contents>
                        <oa:cellFormat id="AddToCartTopCell">
                           <ui:contents>
                              <oa:tableLayout id="AddToCartTableLayout">
                                 <ui:contents>
                                    <oa:rowLayout id="AddtoCartRow">
                                       <ui:contents>
                                          <oa:cellFormat id="QuantityFormatCell" extends="/oracle/apps/icx/icatalog/shopping/webui/QuantityFormatRN" rendered="${oa.current.IsItemAvailable}"/>
                                          <oa:cellFormat id="AddToCartSpacerCell" rendered="${oa.current.IsItemAvailable}">
                                             <ui:contents>
                                                <oa:spacer id="AddToCartSpacer" width="5"/>
                                             </ui:contents>
                                          </oa:cellFormat>
                                          <oa:cellFormat id="AddToCartButtonCell" rendered="${oa.current.IsItemAvailable}">
                                             <ui:contents>
                                                <oa:button id="AddToCart" text="Add to Cart" prompt="Add to Cart" shortDesc="Adds this item to your shopping cart." rendered="${oa.ShoppingPVO.IsIPFlow}"/>
                                                <oa:button id="AddToDocument" text="Add to Document" prompt="Add to Document" shortDesc="Adds this item to your document." rendered="${oa.ShoppingPVO.IsSicFlow}"/>
                                                <oa:flowLayout id="CustomFlow">
                                                   <ui:contents>
                                                      <oa:popUp id="CustomPopup" popupType="ParameterizedPopup" popupRegion="/oracle/apps/xxfss/newcart/webui/AddToCartRN" popupParameters="pItemId={@ItemId}" popupTitle="CustomPopup" height="200" width="400" readOnly="false" shortDesc="CustomPopup" comment="Custom Popup Region"/>
                                                      <oa:button id="CustomButton" popupId="CustomPopup" popupEnabled="true" text="Custom Button" prompt="Custom Button" shortDesc="Custom Button Additional Text" comment="Custom Button Comments"/>
                                                   </ui:contents>
                                                </oa:flowLayout>
                                             </ui:contents>
                                          </oa:cellFormat>
                                          <oa:cellFormat id="ItemNotAvailableCell" rendered="${oa.current.IsItemNotAvailable}">
                                             <ui:contents>
                                                <oa:formattedText id="ItemNotAvailableText" shortDesc="This item is not available." styleClass="OraTipText" text="This item is not available."/>
                                             </ui:contents>
                                          </oa:cellFormat>
                                       </ui:contents>
                                    </oa:rowLayout>
                                 </ui:contents>
                              </oa:tableLayout>
                           </ui:contents>
                        </oa:cellFormat>                                                           

  • Labview Instrument​: how to set some parameters back to default after restarting the simulation (in Multisim)?

    Hi everyone,
    I wrote a Labview Instrument VI that I use later in my simulation in Multisim. The problem is, after stopping the simulation and restarting it again, some important parameters of the VI are not initialized again and therefore all my calculations in the Labview Instrument file are messed up.
    Is there any option to set the params back to their default values after the simulation has been restarted?
    Has that something to do with Serialize/Deserialize Data in the VI?
    Thanks in advance!
    Ussr123

    ussr123 wrote:
    The problem is, after stopping the simulation and restarting it again, some important parameters of the VI are not initialized again and therefore all my calculations in the Labview Instrument file are messed up.
    Is there any option to set the params back to their default values after the simulation has been restarted?
    Where is the data held inside the LabVIEW code (local variables, uninitialized shift registers, etc.)?
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • Logical system name vs. destination name - CUA -

    Hey experts, at the moment I´m thinking about using the CUA in our SAP environment for role distribution. In this scenario I need destinations to the child systems (of course!). In all manuals I found it say, that i HAVE to create destinations which

  • Possible damaged IMAP cache

    Last week I made the stupid mistake of trying to send some photos from within I-PHOTO. Obviously this was too large or something as later my MAIL seemed to hang. As if this mail was stuck somewhere and couldn't be sent completely. It just kept showin

  • I cant get firefox to open

    I just raun the update firefox requested and now it wont open, how can i sort the problem. I have tried uninstalling it and reinstalling but still no joy. any ideas whats causing it not to open?

  • Purchase Order Copy

    Hello, When copying the Purchase order, can anybody tell me what all the things that gets copied to new purchase order?Should Notes get copied?Do Internal Notes and Supplier Notes in the header gets copied? Waiting for the response. Thanks, Sapna

  • How do I close all browsers to install a program I downloaded? I didn't think I had any open, how do I check?

    Please can anyone help, I am a new MAC user and am trying to install a program I have downloaded but I get a message saying to "close all browsers". I wasn't aware I had anything else open, how do i find this out?