Horizontal target line on chart

Hi,
I want to add horizontal line on my chart that will act as target line.
For example
Static Target sales : 10,000
Dynamic Values from database
Jan : 9000
Feb : 11500
Mar : 5000
Can someone please tell me how to add static target line on chart.
Thanks
Aali

Hi Aali,
I believe you are trying to add a Trend Line to your chart. In order to do so, you'll need to add some custom XML within the <y-axis> tags of your chart XML. I've put together an example here: http://apex.oracle.com/pls/apex/f?p=36648:74. I would also recommend reviewing AnyChart's Online documentation on Custom Axes Lines (Trends), here: http://anychart.com/products/anychart/docs/users-guide/axes-lines.html?fromtree.
I hope this helps.
Regards,
Hilary

Similar Messages

  • Draw a Horizontal target line on bar chart

    I am trying to reach out to crystal report gurus for the following problem, I am relatively new with crystal reports and would really appreciate if you could provide a solution or point me in the rite direction.
    I am working on a project which requires to show various charts on an .aspx page. (.net 2.0).  I am using CR10.2.36, the one that comes with VS2005.
    My problem is I need to add a target line on a bar chart, e.g.
    I have (Y)years and (X)Examscores, I need to put a line (target line) on the Exam Scores.
        100%   |
    (X)Score  |
       45%
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   (this is the target line I need to have)
                   |
            0%  |__________________________
                    2001          2002           2003
    now this target line should move up or down on click of a button or a .net slider control (which would be somewhere on the page).
    So I guess I need to add the target line to the bar chart programmatically after the chart loads.
    I am able to load the chart correctly but I am not able to think of a way to add the target line and there seems to be not a lot of help out there.
    I appreciate your time and help
    Thanks
    rohan

    (X)Score  
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   (this is the target line I need to have)
                   |
                   |__________________________
                    2001          2002           2003
    just drew the graph again since it was not looking good above

  • Not able to modify the number of horizontal divisional lines in chart

    Hi,
    I have inserted a chart using BI publisher. Currently there are 5 horizontal divisional lines and the y-axis values are divided accordingly. I want to change the number of horizontal divisional lines (maybe 7). I tried to use LocalRelationalData with RowKeyCount but it didn't work.
    Thanks,
    Vijay

    Hi,
    I am facing the same issue for SC with multiple line items
    Rejetced line items can not be edited by requetser on the other hand approved items are appearing for in editable mode
    Any one managed to get solution for the same ??
    Please let me know the solution then..
    thanks
    Regards
    jayesh

  • Adding 3 horizontal lines to a  2D Line flash chart

    Hi
    I have a nice 2D Line flash chart. I would like to add three horizontal lines (they are constant values) on the graph. These lines are thresholds for the values displayed on the graph.
    I tried to add trhe series to the graph, it worlks well but the problem is that it slow down too much the process of computing of the chart
    Here is my request, you see with the 3 series added :
    DECLARE
    X VARCHAR2 (4000);
    BEGIN
    x := 'SELECT NULL, TRUNC(DATE1, ''HH''), AVG(VALEUR) "Hauteur",
         (SELECT SEUIL_BAS FROM SIVOA.SITE_ECHELLE WHERE SITE = '''|| UPPER (:p184_ename) ||''') "Seuil bas",
         (SELECT SEUIL_ALERTE FROM SIVOA.SITE_ECHELLE WHERE SITE = '''|| UPPER (:p184_ename) ||''') "Alerte",
    (SELECT SEUIL_ALARME FROM SIVOA.SITE_ECHELLE WHERE SITE = '''|| UPPER (:p184_ename) ||''') "Alarme"
    FROM SIVOA.EVV_'
    || UPPER (:p184_ename) ||
    ' WHERE CLEF_VAR = (SELECT CLEF_VAR FROM SIVOA.SITE_ECHELLE WHERE SITE = '''
    || UPPER (:p184_ename) ||
    ''') AND DATE1 BETWEEN TO_DATE ('''
    ||:P8_DATE_DEBUT||'000000'', ''DD/MM/YYYYHH24MISS'') AND TO_DATE ('''
    ||:P8_DATE_FIN  ||'235959'', ''DD/MM/YYYYHH24MISS'')
    GROUP BY TRUNC(DATE1, ''HH'')
    ORDER BY TRUNC(DATE1, ''HH'')';
    RETURN (X);
    END;Is there a way to add 3 lines without using a query ?
    Thank you for your kindness !
    Christian

    Hi,
    I have not solved but found an improvement, I select a constant from a table. This constant is displayed along the horizontal axis.
    Example of constant :
    (SELECT SEUIL_BAS FROM SIVOA.SITE_ECHELLE WHERE SITE = '''|| UPPER (:p184_ename) ||''') "Seuil bas",
    DECLARE
    X VARCHAR2 (4000);
    BEGIN
    x := 'SELECT NULL, TRUNC(DATE1, ''HH''), AVG(VALEUR) "Hauteur",
    (SELECT SEUIL_BAS FROM SIVOA.SITE_ECHELLE WHERE SITE = '''|| UPPER (:p184_ename) ||''') "Seuil bas",
    (SELECT SEUIL_ALERTE FROM SIVOA.SITE_ECHELLE WHERE SITE = '''|| UPPER (:p184_ename) ||''') "Alerte",
    (SELECT SEUIL_ALARME FROM SIVOA.SITE_ECHELLE WHERE SITE = '''|| UPPER (:p184_ename) ||''') "Alarme"
    FROM SIVOA.EVV_'
    || UPPER (:p184_ename) ||
    ' WHERE CLEF_VAR = (SELECT CLEF_VAR FROM SIVOA.SITE_ECHELLE WHERE SITE = '''
    || UPPER (:p184_ename) ||
    ''') AND DATE1 BETWEEN TO_DATE ('''
    ||:P8_DATE_DEBUT||'000000'', ''DD/MM/YYYYHH24MISS'') AND TO_DATE ('''
    ||:P8_DATE_FIN ||'235959'', ''DD/MM/YYYYHH24MISS'')
    GROUP BY TRUNC(DATE1, ''HH'')
    ORDER BY TRUNC(DATE1, ''HH'')';
    RETURN (X);
    END;
    Perhaps a way is to customize the XML code generated.

  • Setting LSL, USL and Target in SPC Chart

    I need to set my LSL, Target and USL of an SPC Chart to nothing.  Is the below param correct to do this?  I have tried this and it seems to set them at 0.  This then throws my chart off as far as SPC control limits goes.  I can not simply open display editor and change this because more than one chart depends on this display.
    <param name="USLColumn" value="">
    <param name="LSLColumn" value="">
    <param name="TargetColumn" value="">

    Why do you need to set them to "nothing" - shouldn't you be using another type of chart (e.g. custom chart, line/marker chart, etc.)?
    In any case, simply deselect showing the LSL/Target/USL in the display template editor.
    <param name="UpperShowSpecificationLimits" value="false">
    <param name="LowerShowSpecificationLimits" value="false">
    - Rick

  • 24" Imac Horizontal Video Lines Video tearing

    My 24" Intel Imac 216 GZ Core 2 Duo 3g ram is suffering from video anomalies (thin horizontal noise lines, Tear lines and moving windows leaves trailing repeats of the window.) Lines occur as early as the desktop at startup. Using Itunes or mail aggrevates the problem. Safe Boot cures the problem, new partition does not. Apple Hardware Extended Test is negative. Repaired Disk & Permissions, reset Pram, Archive and install all with no results. Started as a minor issue mostly in mail but now happens with no programs running. Looking for ideas.
    Thank You
    Andy
    Message was edited by: AndyNH

    If you haven't tried yet, install SMCFanControl (and some other utility to show you the temperature readings for the different sensors inside your iMac) and push up your fan speeds with SMCFanControl to drive down the temperatures. See if you get no (or fewer) horizontal lines when your machine - particularly the graphics chip parts - is cooler, and more when it is hotter.
    That isn't a remedy of course, and it seems from these various threads that the failure of your graphics chip is inevitable if you are having the symptom that it is heat related (ie that running the fans faster makes it stop happening, or happen less).

  • My Mac Book Pro has faint horizontal yellow lines moving vertically. on the monitor.

    My early 2011 MBP 15" has developed a phenomenon of faint, horizontal yellow lines, in clusters, flickering and seeming to move vertically.  It is intermittent and cycles on and off with about 10-15 sec. on and 10-15 sec. off.  It is faint enough that it is very hard to see except on a white screen, or a large white area.  I first noticed it about a month or 6 weeks ago and it seems to be getting a little bit more noticeable. It is still faint enought, however, that I really don't notice it when I'm working.  But it's not hard to observe if I stop and look at a white area for a little bit.   I am not noticing any other abnormal behavior.
    I have been very busy and kind of ignoring this problem.  But a couple of days ago, I realized that I have only 15 days left on my 3 year Apple Care on this machine.  At the present level, it SEEMS harmless enough, but I realize it could be a failing video card or video power supply, I suppose (it kind of has a flicker rate suggestive of 120 Hz AC).
    I'm probably going to make a Genius Bar appt. in the next couple of days, but I just thought I would see what comments or suggestions this collectively very wise community might have.  I am vaguely aware of comments about "hardware diagnostics" built into the Mac, but, if true, I don't know the details. Comments solicited!

    So I went to the Genius Bar with the history as outlined above.  We had to watch my display for almost 10 minutes (while he checked various system stuff) before it would perform.  But then it cut loose with a very convincing display of the faint, fuzzy groups of yellow lines moving slowly up the screen. 
    Tech pointed out that we were booted to an OS running on the store's server, NOT mine, so this ruled out software problems in one stroke.  He said he'd never seen anything quite like it but felt it was EITHER: video "card" section of the main logic board (all on one in a MBP) OR a failing display.  He said one or both would be replaced. 
    Two days later, picked up my MBP: problem solved!  Tech said they connected my laptop to an external display (which I had not tried because I didn't have one available.....though maybe a tv could have subsituted, now that I think of it!) and NO PROBLEM driving the external lcd display.  So they replaced my 15" lcd display and problem is gone.  "Bill" was about $600, parts and labor, but Apple Care picked it up (with 6 days left to run on the coverage!).
    So that's the follow-on for this problem, fyi.

  • Horizontal refresh lines appearing on Desktop Preview since 10.6 upgrade

    I just recently upgraded my system to Snow Leopard, and unfortunately I am now getting TERRIBLE horizontal refresh lines during full screen playback in FCP 7 on my 2nd monitor. It is so bad it is unusable.
    When I play back video on with Desktop Preview full screen on my main monitor, the video looks great. I've even plugged the monitors into opposite ports to test and it's definitely not my monitors. The same thing happens on my opposite monitor if it is plugged into the second jack.
    I tried playing back the same footage in Quicktime Pro on both monitors. NO ARTIFACTS.
    I've also reset PRAM, trashed prefs, etc.
    It seems that 10.6 has broken an nVidea video driver and caused a bug in FCP 7 and is causing a terrible refresh line that pokes out in transitions and during bright scenes and contrasty imagery. PLEASE FIX THIS APPLE. I would hate to have to reinstall 10.5 just to use FCP.

    I have tried a few things listed here to correct this problem, I think I have figured it out. The steps I took to get rid of the lines that randomly appeared across the screen (desk top) and with in open windows are as follows:
    First I ran apple jack on auto mode. You have to start up in single user mode. I did this three times as recommend in another forum that I can't remember the site now.
    Second, I freed up some memory. I used appDelete.app and rid my computer of all applications I haven't used or no longer needed.
    After the above steps, I reset the PRAM by restarting while holding the option, command, P & R key down, until the start up chime sounded three times.
    I did this over a week ago and not only is my system running faster, I haven't had one line appear in any open windows or across the display.
    Side note, I recall that the time I started noticing these lines, was shortly after downloading internet explorer, I needed that browser for a job related site that didn't or wouldn't work with Safari or Firefox. After I used that browser for my employer, I never used it again. Shortly after that install, is when I started noticing the lines. I removed that application using appDelete.app and again no lines ever since.
    I hope this helps others.

  • Have a problem where I'll occasionally shift my computer (i.e. physically move it, say from the coffee table to my lap on the couch) and it will freeze and the screen will turn into a bunch of horizontal multicolored lines (closer to 100 lines than 5). Us

    Have a problem where I'll occasionally shift my computer (i.e. physically move it, say from the coffee table to my lap on the couch) and it will freeze and the screen will turn into a bunch of horizontal multicolored lines (closer to 100 lines than 5). Usually restarting (by holding the power button to turn it off) works. A few times that has resulted in the three beeps (RAM issue? -- I've since replaced my RAM [it *seemed* to stop it for a while, but maybe not]), but the second time it always works. Attempting to SSH into the computer during this state does not work. Please advise as to what to do/what reports I can run and post. I will take a pic next time it happens.
    Here's this info:
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro7,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.4 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          3 MB
      Memory:          8 GB
      Bus Speed:          1.07 GHz
      Boot ROM Version:          MBP71.0039.B0B
      OS 10.6.8

    Sounds like a problem with your GPU. Do you have an external display you could connect your machine to in order to test this? If the external display renders the same way, then your GPU is damaged. If the external renders fine, then the CPU display is damaged.

  • Horizontal grid lines color in a spark List

    Hello,
    How to change horizontal grid lines color in a spark List using css
    Thanks

    Hello,
    How to change horizontal grid lines color in a spark List using css
    Thanks

  • Horizontal white line across the Satellite A screen

    Hi,
    My computer screen has horizontal white line appeared across the screen recently. Computer is running perfectly normal but i don't know how to resolve this problem?
    What could be the reason?

    Im afraid it is due to defective display.
    You can connect your notebook to external display to see if the same happen. if not it is the best evidence for my theory.

  • Rear Camera has horizontal white line across screen

    Hi, I was given a playbook for Christmas and I love it but it has developed a horizontal white line on the rear camera which makes the camera and video unusable. I have customized my Playbook so am reluctant to take it back to the shop. Is there anything I can do to fix this or do I just accept that I'm not going to be able to use the rear camera or video? Hope you can help as in every other way my Playbook is perfect. Thanks.
    Solved!
    Go to Solution.

    If a Playbook is to be sent for repair, especially with an RMA, it is important to back up data files by WiFi sharing as a desktop software backup  may not work if the unit is replaced with a refurb or new unit. 

  • MSI GS60-2PC Screen flicker and horizontal black lines issue

    After about 2 weeks of using my GS60, I began to notice that the screen sometimes flickered, and on other occasions horizontal black lines would appear. I have updated my GTX driver to the latest version, and I haven't been able to find any help on the net. Does anyone know how to fix this issue?

    Hi!!! I'm Manuel from Argentina. I bought a MSI GS60 in miami 5 months ago, and... I HAVE THE SAME PROBLEM!! sometimes mi screen is flashing and appeared horizontal lines  (blacks).
    There's no solution for this problem? it's a very expensive laptop.
    I hope someone can help.
    greetings from Argentina!!

  • IOS 7 iPad - Safari periodically displays horizontal gray line

    Hi all, ever since upgrading to iOS 7, Safari on my iPad periodically displays a faint horizontal gray line when scrolling through some websites.  Has anyone else come across this?  The line only appears on some websites and goes away when scrolling stops.  I've seen this happen on an iPad 3rd generation, iPad Air, and iPad mini with Retina.  It appears to be the same graphic as the scroll bars in the OS, but there's no reason to scroll horizontally on these pages.
    You can see the line about 2/3 of the way down the webpage here:

    I'm on an ipad Air and have the same issue.
    The problem I see is that this horizontal scroll bar displaying in the middle of a page is a bug.  This scroll bar should appear at the bottom of the screen where scroll bars live on all other browsers, not half way up the page.
    The proof is in the Vertical scroll bar which is in the correct position, on the far right of the page.
    BTW, both scroll bars appear only when necessary which is correct.
    The issue we all share is the positioning of the horizontal bar.

  • Laserjet Pro 200 Color Printing Horizontal Red Lines

    When I print in color, I get horizontal red lines across my page.  When I print in black and white, it doesn't happen.  I've cleaned & calaborated the printer & it's still doing this.  Can anyone help?

    Hi @kjatc,
    I see that you are getting red horizontal lines when printing in color. I would really like to be able to help you resolve this issue today.
    I would do a hard reset to see if will help.
    Leave the printer on and unplug the power cable from the printer and wall outlet for 60 seconds.
    Then reconnect the power cable to the printer and wall outlet rather than a surge protector.
    This ensures the printer is receiving full power and may help this situation.
    I have provided a document with the steps for calibrating and cleaning the toners, printing a Print Quality page, inspecting the toner for damage, checking the paper and driver settings to see if this will resolve the issue. Some of the steps you have already tried, but please try the other steps listed. Troubleshooting Print Quality Issues.
    Print a Diagnostics Page: Go to Setup, Reports Menu, Diagnostics Page.
    Update the printer's firmware. Software and Drivers. Select Go under Option 2.
    Are you using Genuine HP Toner?
    What are the toner levels?
    What were the results of the Print Quality Page and Diagnostics Page?
    This will help determine if it is just one specific toner, possibly a fuser or hardware issue with the toner. Feel free to include a screen shot of both pages.
    If you appreciate my efforts, please click the Thumbs up button below.
    Please let me know the results. Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for

  • HP 2311f not able to connect with ps3

    I can't connect my monitor with my ps3. Monitor does not detect the hdmi. Pls advise.

  • Sapscript/Smartform via mail with PDF attachment: logo is missing

    Hi all I'm implementing my function to send Sapscript/smartform via mail. I need to do it because when a message needs to be sent, I have to insert the message as attachment but also to add a text in the body mail. So I've just created a simple sapsc

  • Want laptop with CUDA & Firewire for Prem 6

    A)  Most of the new laptops I've seen are all USB3 & NO FIREWIRE. I have Sony Z1 & Z5 cameras and would like to be able to edit in the field or overnight between shoots. These cameras output video via Firewire. There do seem to be good options for a

  • Apple TV Download Error 8008

    Hi, I just rented Transformers HD through Apple TV and it started downloading, but then it stopped and gave "Download Error 8008". No matter how many times I click Check for Purchases it won't resume downloading. And I know the problem has nothing to

  • Canon  printer image 4890dw error in wireless printing " filter " error

    Hi level 1 , I have Cannon printer MF 4890dw series and first time i use it everything was of , today the my macbook can not connect wiressly to print. Can you help me ?