Static line at an angle in a chart?

Found out how to insert a static line in a chart thanks to this https://forums.oracle.com/thread/947898
But I need the line to be at an angle. Basically need the line to start at the top left of the graph and end at the bottom right.
Is there a way to make the line angled?
Or is the problem that within the syntax that value="5"? Is there such a thing as startvalue or beginvalue? And then endvalue?
<Y1ReferenceLine><ReferenceLine index="0" visible="true" lineWidth="2" text="ref line " value="5" displayedInLegend="true" lineColor="#ff11" /></Y1ReferenceLine>

here is another
Folio360 MagConnect for iPad Air (Black)
http://www.thejoyfactory.com/product/cfa203
There is also one without the magnetic thing which is replaced by microsuction (if you trust it better!)
http://www.thejoyfactory.com/product/cfa204

Similar Messages

  • How to draw only straight line instead of angled one??

    Dear friends,
    I saw a very good code posted by guru here(I think is camickr),
    But I tried to change it and I hope to draw only straight line instead of angled one, can you help how to do it??
    Thanks so much.
    import java.util.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class DrawingArea extends JPanel
         Vector angledLines;
         Point startPoint = null;
         Point endPoint = null;
         Graphics g;
         public DrawingArea()
              angledLines = new Vector();
              setPreferredSize(new Dimension(500,500));
              MyMouseListener ml = new MyMouseListener();
              addMouseListener(ml);
              addMouseMotionListener(ml);
              setBackground(Color.white);
         public void paintComponent(Graphics g)
              // automatically called when repaint
              super.paintComponent(g);
              g.setColor(Color.black);
              AngledLine line;
              if (startPoint != null && endPoint != null)
                   // draw the current dragged line
                   g.drawLine(startPoint.x, startPoint.y, endPoint.x,endPoint.y);
              for (Enumeration e = angledLines.elements(); e.hasMoreElements();)
                   // draw all the angled lines
                   line = (AngledLine)e.nextElement();
                   g.drawPolyline(line.xPoints, line.yPoints, line.n);
         class MyMouseListener extends MouseInputAdapter
              public void mousePressed(MouseEvent e)
                   if (SwingUtilities.isLeftMouseButton(e))
                        startPoint = e.getPoint();
              public void mouseReleased(MouseEvent e)
                   if (SwingUtilities.isLeftMouseButton(e))
                        if (startPoint != null)
                             AngledLine line = new AngledLine(startPoint, e.getPoint(), true);
                             angledLines.add(line);
                             startPoint = null;
                             repaint();
              public void mouseDragged(MouseEvent e)
                   if (SwingUtilities.isLeftMouseButton(e))
                        if (startPoint != null)
                             endPoint = e.getPoint();
                             repaint();
              public void mouseClicked( MouseEvent e )
                   if (g == null)
                        g = getGraphics();
                   g.drawRect(10,10,20,20);
         class AngledLine
              // inner class for angled lines
              public int[] xPoints, yPoints;
              public int n = 3;
              public AngledLine(Point startPoint, Point endPoint, boolean left)
                   xPoints = new int[n];
                   yPoints = new int[n];
                   xPoints[0] = startPoint.x;
                   xPoints[2] = endPoint.x;
                   yPoints[0] = startPoint.y;
                   yPoints[2] = endPoint.y;
                   if (left)
                        xPoints[1] = startPoint.x;
                        yPoints[1] = endPoint.y;
                   else
                        xPoints[1] = endPoint.x;
                        yPoints[1] = startPoint.y;
         public static void main(String[] args)
              JFrame frame = new JFrame("Test angled lines");
              frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              DrawingArea d = new DrawingArea();
              frame.getContentPane().add( d );
              frame.pack();
              frame.setVisible(true);
    }

    Change the AngledLine class to store two points instead of 3 points (I would rename the class to be StraightLine). The code is much simpler because you just store the starting and ending points and you don't need to calculate the middle point.

  • How to create static line in line bar graph in obiee 11g?

    Hello,
    I have requirement where user wants to see a line in bar graph.
    Now the line is just static line, we dont have data field available to draw the line in graph.
    is there a way to create a static line in chart and show it in Line bar ombo graph??
    Thanks in advance..

    e.g. i created the static line '10' in fx and now using this column as line in line bar report , but its not displaying the line at measure of '10' in chart.
    Drag the column to measures section of graph (Line - Vertical Axis) to change this static value create an edit box prompt and pass the value to the column using Presentation Variable (as said by Fernando)
    Thanks,
    Saichand

  • Screen Issues with MacBook Pro (Static Lines)

    Hey guys.  I aam having problems with my Screen/Display on my Macbook Pro. 
    Static lines appear aprox 1/3 of the way in from the right side.  The lines run horizontally about 1 inch in length and running vertically all the way down the display. A screen shot shows a normal working display.  Took a pic of the problem:
    I cannot run hardware tools.  My computer did not come with a disc and I know they are only a shipping charge but I do not have even $5.  I am a student and this is my only way to do my schoolwork.  The Screen (inner display and outer protective screen) was replaced by Apple in May '12.  The 1 yr warranty ran out in June '12.  When the screen was replaced it started doing this as well, but had not gotten this bad.  There are now 2 where there was only one yesterday.  I am wondering if it may be the cable as moving the display often fixes or produces the problem.   I know the cable is not very expensive and not to difficult to replace.
    Here is the info on my Mac:
    Nice Name:
    Machine Model: MacBookPro9,1
    Name: MacBook Pro (mid 2012) 15 inch
    Family name: A1286
    Model Number: MD103
    Group1: MacBook
    Group2: Pro
    Generation:
    CPU speed: 2.3GHz
    Screen size: 15.4 inch
    Screen resolution: 1440x900 pixels
    Colour: Aluminium
    Production year: 2012
    Production week: 13  (April)
    Model introduced: 2012
    Memory - flavour: DDR3-S-1600
    Memory - number of slots: 2
    Memory - maximum total: 16GB
    Memory - largest module: 8GB
    Factory: C0 (Quanta Computer (Susidiary = Tech Com))

    It is getting worse in the sense that it is occuring more often and taking longer to resolve.  Moving the laptop lid/display would typically fix the prblem in the past but now it is hit or miss.  Even vibrations will cause the issue to occur or resolve.  We are leaning more towards the issue being a cable and not the display.  Since taking a screenshot produces a pic without issues I would gather that the video card is fuctioning properly.  I welcome any comments on this.

  • In my new iphone5 two static lines are showing up continuously what is the problem

    in my new iphone5 two static lines are showing up continuously what is the problem

    The last user troubleshooting step is a restore. Check this support document http://support.apple.com/kb/HT1414 about restore. Just be advised that a restore will delete content from the phone. If you restore from a backup, then it will put content back on, however if it is necessary for you to restore as a new device, everything will be deleted. Make sure content is synced and backed up.
    If that doesn't do it, then make an appointement at the Genius Bar of the Apple store to have the hardware checked. If under warranty and found to be defective, they will replace the device. If no Apple Store close,then contact Apple Care.

  • Why do I get a red static line across my screen when putting in my apple ID

    Why do I get red static lines across my screen when I put in my apple ID ??

    Crafting Actions Package UPDATED May 2, 2014 Updates some text and added StampExif Action and Script.
    Contains
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file.
    More then a dozen Scripts for use in actions
    Example
    Download

  • Static lines on my iPad

    Static lines on my iPad on the black bar across top of screen. What causes this and how do you fix that?

    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    See if that helps.

  • Glitch on my screen with static lines

    Often times I notice a sort of glitch on my screen with static lines, should I be concerned? I have a 13" Pro w retina display, started noticing the glitch 4-6 months after purchase 8 months ago.

    These were all taken after I held shift and command and a screen slowly popped up and then went back down

  • Random static lines on playback

    I concur there are glitches in iMovie 6. It's very frustrating. I first thought it was a RAM problem, so I added more memory. It's definately made processing faster but that did not stop the glitches.
    1. On playback of my movie I sporadically get those static lines in my pictures. It's very annoying. How do I get rid of them??!!
    2. The audio in the transitions are distorted.
    Please help. Thank you. I'm returning to iMovie 5 for now.

    Try re-ripping the tracks using a different program.

  • Static lines problem and bad response from Apple employee

    I first saw the static lines in my iphone5's keyboard and then again while opening a folder. It was only after 3 days from my purchase. The very next day I went to the Apple store of Shibuya (JAPAN) with my Japanese friend and talked the problem with Apple's employee but the response was really cold(rude, not like that of Apple store employee) Without listening to the whole thing he asked us to consult with Apple's technician in 2nd floor if we have any hardware issues and then leaved us without a single more word. It felt like an insult and then we returned back home with some bad images of Apple's employee in our mind. That was not our first visit there but definitely was first to get such a rude response.
    Today once again I saw the same problem  in my iPhone5. I am not sure if they will take my problem seriously or not if I visit there again. There in Silicon valley, Tim cook talks about the best customer experience in Apple store, but here in Japan we had a worst customer experience.
    Tim, better provide normal customer service first than only talking about best customer experience.

    ok...  just an FYI, this is a user to user forum... therefore no one from Apple will ever see your complaint.  You can file your complaint at www.apple.com/feedback.  In the situation with your phone, you can also contact your carrier and see if they will swap the device for you.  In the USA I have Sprint, and had a similar issue when the 4S was released.  Apple claimed they had no fix for it.  Then I went to Sprint, and they swapped the phone for me and the issue was resolved.  I haven't read anything about this issue with the 5 though.

  • TS3274 static lines/difficult to turn on on Ipad 2

    I cannot get my ipad to turn on. when it does I only have the screen flash a bunch of times on and off and static lines on bottom. please help. i just got this a few months ago

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow the on-screen directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.  You WILL lose all of your data (game scores, etc,) but, for the most part, you can redownload apps and music without be charged again.  Also, if you have IOS-7, read this.

  • How to draw cumulative line graph over the stacked bar chart?(SSRS)

    Hello, 
    I need your help to draw a cumulative line graph over this bar chart. 
    I need your help to draw a cumulative line graph over this bar chart in SSRS.
    The dimension (Category Group) is "Hour" in this case. and expression is sum of two distinct values like 'Y' and 'N' in Activity column(Series Groups). The sum(Activity=Y) in green color and sum(Activity='N') in Red color.
    I require to draw a cumulative line graph in this same chart, that should give the result of cumulative Sum(Activity) for each hour?? I mean sum of (Y+N) for each hour and that should be cumulative over the hour.
    I mean sum of (Y+N) for each hour and that should be cumulative over the hour.
    SSRS Version details:
    Microsoft SQL Server Reporting Services Designers 
    Version 10.50.1600.1
    --Siva

    Hi Siva,
    It seems that you need to verify your email address to post images, etc
    Besides,  Microsoft® SQL Server™ 2008 Reporting Services: Step by Step is a good choice to you. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises. A companion CD includes data sets and sample code. You can download
    it from this link http://my.safaribooksonline.com/9780735626041 Click the Extras, you can get the samples and database from Supplemental Content.
    And there are vast of valuable articles and SQL Server Reporting Services Books Online in MSDN ,you can click these link to begin your learning journey, SQL Server Reporting Services 2008 Books Online:
    http://msdn.microsoft.com/en-us/library/ms159106(v=SQL.100).aspx 
    Besides these, there are still many valuable videos in Microsoft Webcast, click this link
    https://msevents.microsoft.com/cui/SearchDisplay.aspx?culture=en-US#culture=en-US;eventType=0;sortKey=;sortOrder=;pageEvent=false;hdnInitialCount=;searchcontrol=yes;kwdAny=Reporting%20service to register with a windows live ID, then download the ones you
    want.
    Hope this helps.
    Regards,
    Charlie Liao
    TechNet Community Support

  • How to display 3 lines in an AnyChart candlestick flash chart ?

    Hi,
    I have a nice Candlestick flash chart and I am using Anychart 5.1.2. i would like to display 3 horizontal bar lines on this chart.
    The values on the y axis on these 3 bar lines are contained into 3 items. Do you have an idea on how to display these lines with the XML ? Here is the XML existing.
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
      <type>
        <chart type="Candlestick">
          <animation enabled="no"/>
          <hints auto_size="yes">
            <text><![CDATA[{NAME}
    Niveau maxi: {HIGH}
    Niveau moyen: {OPEN}
    Niveau mini: {LOW}]]>
    </text>
            <font type="Verdana" size="10" color="0x000000" />
          </hints>
          <names show="yes" width="150" placement="chart" position="bottom" >
            <font type="Verdana" size="10" color="0x000000" />
          </names>
          <values show="no" prefix="" postfix=" m ngf" decimal_separator="." decimal_places="0" />
          <arguments show="no" />
          <candlestick_chart>
            <bulls>
              <background enabled="yes" color="White" />
            </bulls>
            <bears>
              <background enabled="yes" color="Black" />
            </bears>
          </candlestick_chart>
        </chart>
        <workspace>
          <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
          <base_area enabled="no" />
          <chart_area enabled="yes" x="80" y="50" width="670" height="280" deep="0">
            <background enabled="no"/>
            <border enabled="yes" size="1"/>
          </chart_area>
          <name text="&P8_SITE_AFF. - Niveau du &P8_DATE_DEBUT. au &P8_DATE_FIN. - Pas de temps : &P8_TRUNC. (DD : Jour, HH24 : Heure, MI : Minute)" >
          <font type="Verdana" size="14" color="0x000000" align="center" />
          </name>
    <x_axis name="Niveau min : &P8_NIVEAU_MIN. m ngf - Niveau max : &P8_NIVEAU_MAX. m ngf - Niveau moyen : &P8_NIVEAU_MOYEN. m ngf" smart="yes" position="center_bottom" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </x_axis>
          <y_axis name="Niveau" smart="yes" position="left_center" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </y_axis>
          <grid>
            <values />
          </grid>
        </workspace>
        <legend enabled="no"/>
      </type>
      #DATA#
    </root>Thank you for your kind help.
    Christian

    Hi,
    I have a nice Candlestick flash chart and I am using Anychart 5.1.2. i would like to display 3 horizontal bar lines on this chart.
    The values on the y axis on these 3 bar lines are contained into 3 items. Do you have an idea on how to display these lines with the XML ? Here is the XML existing.
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <root>
      <type>
        <chart type="Candlestick">
          <animation enabled="no"/>
          <hints auto_size="yes">
            <text><![CDATA[{NAME}
    Niveau maxi: {HIGH}
    Niveau moyen: {OPEN}
    Niveau mini: {LOW}]]>
    </text>
            <font type="Verdana" size="10" color="0x000000" />
          </hints>
          <names show="yes" width="150" placement="chart" position="bottom" >
            <font type="Verdana" size="10" color="0x000000" />
          </names>
          <values show="no" prefix="" postfix=" m ngf" decimal_separator="." decimal_places="0" />
          <arguments show="no" />
          <candlestick_chart>
            <bulls>
              <background enabled="yes" color="White" />
            </bulls>
            <bears>
              <background enabled="yes" color="Black" />
            </bears>
          </candlestick_chart>
        </chart>
        <workspace>
          <background enabled="yes" type="solid" color="0xffffff" alpha="0" />
          <base_area enabled="no" />
          <chart_area enabled="yes" x="80" y="50" width="670" height="280" deep="0">
            <background enabled="no"/>
            <border enabled="yes" size="1"/>
          </chart_area>
          <name text="&P8_SITE_AFF. - Niveau du &P8_DATE_DEBUT. au &P8_DATE_FIN. - Pas de temps : &P8_TRUNC. (DD : Jour, HH24 : Heure, MI : Minute)" >
          <font type="Verdana" size="14" color="0x000000" align="center" />
          </name>
    <x_axis name="Niveau min : &P8_NIVEAU_MIN. m ngf - Niveau max : &P8_NIVEAU_MAX. m ngf - Niveau moyen : &P8_NIVEAU_MOYEN. m ngf" smart="yes" position="center_bottom" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </x_axis>
          <y_axis name="Niveau" smart="yes" position="left_center" >
            <font type="Verdana" size="14" color="0x000000" bold="no" align="center" />
          </y_axis>
          <grid>
            <values />
          </grid>
        </workspace>
        <legend enabled="no"/>
      </type>
      #DATA#
    </root>Thank you for your kind help.
    Christian

  • LIne up Legend entries with stacked chart

    I have an appliction where on the front panel I need to display anywhere from 1 to 16 channels in a stacked waveform plot.  for ease of viewing, I would like the entries in the plot legend to line up with their respective channels in the graphs, similar to the rather crude picture i'm attaching.  The hangup in this is I need to be able to vary the number of charts displayed, 16 max, during runtime.
    In my mind, one option is to go with subpanels and have a panel setup for each number of channels i wish to display.  However, I think this would be easier if it were supported by the Waveform Chart itself.  I'm open to any and all suggestions.  Thanks!!!

    If your plot areas are that narrow you can resize the default plot legend text size to meet the size of one plot window. Like this:
    The number of plot legend lines shown can be adjusted by using Create -> Property Node -> Legend -> Number of Rows.
    Also you can select which plot will be visible/invisible in any given time by using Property Node -> Active Plot and Property Node -> Plot -> Visible combination. 
    Message Edited by Giedrius.S on 02-15-2010 06:40 PM
    Message Edited by Giedrius.S on 02-15-2010 06:45 PM
    While evaluating my code please have in mind that I am a LV novice. Therefore sometimes my code might violate some coding rules that I have to learn about myself. But how else could I do that...
    Chart zoom with "Mouse Over" effect

  • Remove one segment of line connecting points in a trendline chart?

    I have a linear trendline plotted where the data points for the first 19 values lie on either side of the trendline. These are joined by a dashed line. I want to keep that line intact.
    The last 9 points lie along the trendline and are indistinguishable from it. That's fine, too.
    I want to remove just the segment of the dashed line running from the last distinguishable point to the first indistinguishable one. Breaking the 28 point dataset into two sets isn't an option since I need all 28 to produce the trendline. The trendline is the reason for the chart.
    Anything I can do to remove that segment of dashed line? Wite Out isn't an option.
    Thanks for any ideas.

    Badunit--
    That is really clever, and it should work. I really appreciate your response.
    You've understood the problem. I have a trendline derived from the cluster of data points with one point for each of 20 years (1991-2010). My requirement is a chart showing both those 1991-2010 points and the trendline (with precision) from 1991 extended to 2020. Since the known values stop at 2010, and since Numbers can't extend the trendline without a workaround, I received help (from you, as a matter of fact) last year on this Forum finding a way to plot the line (essentially by trial and error for the future points). To check my values from last year, I tried out Excel for Mac 2004 and found Excel provided the numerical values through 2020. I plugged them into my Numbers table and life is good.
    The objective in this post was to remove the connector joining the 2010 point to the trend line value point for 2011. The 2011-2020 points don't need to be visible--only the trendline they generate.
    Your solution should result in my generating the trendline using my full set of 1991-2020 points. I suppose the points along it from 2011-2020 could be made invisible while the trendline stroke and color could be "robust."
    A second series, the set of points for 1991-2010, will be visible and connected. If the first series of points is made invisible, there won't be any double vision problems for 1991-2010.
    Much appreciated. I'll give it a try. [ I went into the detail above since someone else may encounter similar problems. FYI, your previous help was on 22 July 09].
    Terry

Maybe you are looking for

  • Steps to exporting from FCP to Compressor/DVD studio pro

    Hello, I have just completed editing my video and would like to know the steps to exporting my video so that I can burn it on a DVD. I need help with the steps involved in exporting my project to compressor then to DVD studio pro. Thank you for your

  • 'problem saving bookmarks' in Safari

    Recently got the above message when opening safari. As of then all my bookmarks had disappeared & each subsequent opening of Safari first required three 'continue' passes in response to the repeated 'bookmark problem' message; then sys closed the att

  • Fail to ping to Solaris 10 system.

    I install Solaris 10 but sometime I could not ping to system but sometime it is ok to ping. Is there any problem with network configuration in Solaris 10 or it is a network environment because I rent my server in the share rack (Data Center) and I do

  • Advance request

    Hi Friends, when we are doing the advance request in F-47 after passing  advance entry  system is not showing the advance amount against PO in ME21N ,we have maintain every thing correctly we have adjusted the GL account in OBYR with FF please help i

  • MediaHub reset, FTP password gone

    As I was encoutering some problems with my MediaHub (could not activate external access anymore, firmware update would not work anymore) I did a full reset. After that my MediaHub updraged automatically to firmware 3.18.5, but now the options for usi