Line and stock graph combination

Is it possible to have a line and stock graph combination?
I need to have a graph that shows high, low, and a line that connects on the average(what I would be putting under close in the stock graph).
Is there some way to set the stock graph to do this, or is it possible to have overlapping graphs?
I'm using report builder 10.1.2.
EDIT: Also is it not possible to make reference lines in stock graphs?
Edited by: 878576 on Aug 10, 2011 6:58 AM

Is it possible to have a line and stock graph combination?
I need to have a graph that shows high, low, and a line that connects on the average(what I would be putting under close in the stock graph).
Is there some way to set the stock graph to do this, or is it possible to have overlapping graphs?
I'm using report builder 10.1.2.
EDIT: Also is it not possible to make reference lines in stock graphs?
Edited by: 878576 on Aug 10, 2011 6:58 AM

Similar Messages

  • How to create bar and pie graph from a backing bean in ADF

    HI,
    my requirement is to populate a line and pie graph based on a collection in a backing bean.
    I got the solution for the bar graph with setTabularData(list data) method in one of the thread.
    For bar graph,
    i constructed the list for the setTabularData(list) method but it is not working with the line and pie graph.Coul'd you explain why?..
    Is it different for the line and pie graph.I don't want to use adf bindings.
    thanks in advance.
    Anil.G

    HI,
    my requirement is to populate a line and pie graph based on a collection in a backing bean.
    I got the solution for the bar graph with setTabularData(list data) method in one of the thread.
    For bar graph,
    i constructed the list for the setTabularData(list) method but it is not working with the line and pie graph.Coul'd you explain why?..
    Is it different for the line and pie graph.I don't want to use adf bindings.
    thanks in advance.
    Anil.G

  • Combination of bar and line in chart(graph) of Crystal Report XI

    Hi,
    I found the way to combine line and bar in a chart(graph) but I am getting rectangle marker where bar and line are crossed. Our user asked to remove the rectangle marker. Please let me know how to remove the rectangle marker.
    Thanks and Regards,
    Manjunath N. Jogin

    Hi Senthil,
    You are right but I am getting marker rectangle where line and bar coincides.
    I want to remove the marker. 
    User asked following two things:
    1. Marker like star, triangle, rectangle ...not required where coincide line and bar.
    2. Line should be coincided (marker place) at middle of bar.
    Please let me know how to achieve these two things.
    Thanks,
    Manjunath N. Jogin

  • Single Line and Stacked Bar Graph Representation

    Data to be plotted on graph is as follows
    Year and Month               Study               Planned Subject               Study-Site ID #               # Enrolled          
    2001 / 03          AMXN 9374               50     US-001               1          
    2001 / 04               AMXN 9374               50               FR-101               1          
    2001 / 04               AMXN 9374               50               SP-301               1          
    2001 / 04               AMXN 9374               50               US-001               2          
    2001 / 05               AMXN 9374               50               FR-101               1          
    2001 / 05               AMXN 9374               50               US-001               1          
    2001 / 06               AMXN 9374               50               FR-101               2          
    2001 / 06               AMXN 9374               50               SP-301               2          
    2001 / 06               AMXN 9374               50               US-001               1          
    I want to display the above data in line stacked bar graph format where the
    #Enrolled will be in Stacked Bar by Study -Site ( Y axis)
    Planned Subject should represent a single line at 50 ( Y axis)
    Group by Year and Month ( X- Axis)
    Study excluded ( Study will be selected from dashboard prompt)
    I'm getting the stacked view of Study Site ID correctly but I want Single Line for Planned Subject .
    Currently I'm getting multiple line .
    Eg for 2001/03 I'm getting line at 50 in yellow colour
    for 2001/04 I'm getting a line at 150 in different color since it has 3 Study-Site ID's But the desired output is Single Line at 50
    As per 11g doc this is not possible because there is some upgradation in the nature of the graph
    " Stacked line-bar graphs in which 2 or more measures are shown as lines on the same axis and are not stacked in 10g are stacked in 11g."
    Refer - http://docs.oracle.com/cd/E21764_01/bi.1111/e16452/apndx_ui_chngs.htm
    Is there any workaround for it ?

    Did you found any workaround for it ? I am too looking for same scenerio.

  • Remove shades behind lines and bars in Graphs

    Hello there, new here on the forum.
    I'm using obiee 11.
    Is there a way to remove the grey shades behind lines and bars in graphs?
    Both curious to know wether that's possible in one graph or make it standard for all graphs.
    Thanx!

    Try this
    Removing drop-shadow effect on graphs
    By default, whenever a chart is created, there is a drop-shadow effect on it. This property makes it difficult to read some of the
    charts. In order to turn it off this property, edit the file dvt-graph-skin.xml from the following location on your
    installation.
    \InstallHome\Oracle_BI1\bifoundation\web\msgdb\s_blafp\viewui\chart
    Edit the <Graph> tag, add the attribute visualEffects="NONE". (Do not remove the rest of the contents in the file). After
    editing, the contents should look like this.
    <Graph visualEffects="NONE">
    <SliceLabel>
    <!-- decimalDigitUsed is false here so that non-percentage pie slices do not pick up this value
    The DVTChartProcessor sets decimalDigitUsed to true if this is a percentage pie slice -->
    <ViewFormat decimalDigit="2" decimalDigitUsed="false"/>
    </SliceLabel>
    </Graph>
    Save the file.
    Richard Chan
    Rittman Mead Oceania

  • Vertical grid lines and Dates on Graph

    When I use date values on the x-axis for a graph, the only vertical grid lines that appear in the graph are at the year boundary. For example, if I was showing data for 3 years, I get 3 vertical grid lines; one at each January.
    How can I get vertical grid lines at each month?
    It will work if I convert the date to character, but then I lose the ability of Oracle Reports to fill in the tick marks for missing dates (say, if there isn't any data between January and March, the graph will still show a label for February).

    Hi, Ravens Fan.
    Thanks for your reply.
    Now, the main loop has a wait statement, but the problem remains. I'm using LabView 2009, and I didn't see this behaviour in the previous version, LabView 8.6.
    I send you back the uptaded program, and two snapshots as well:
    - snapshot 1: just after pressing "Run", "increment" value takes "maximum" value; due to this, there's only one text marker, at "12:00" (there should be one major grid line and one text marker every 10 minutes as "increment" value is set to 600 before entering the while loop);
    - snapshot 2: when pannning, "minor increment" takes "maximum" value, and due to this, vertical grid lines don't show any more (there should be one minor grid line every 5 minutes as "minor increment" is set to 300 before entering the while loop).
    Regards,
    Francisco
    Attachments:
    1.jpg ‏309 KB
    2.jpg ‏283 KB
    XY-Graph. Time Axis problem.vi ‏14 KB

  • Combine Line and Scatter types in Apex chart

    Hi,
    Can anyone help me create a chart which has features of both Line and Scatter types.
    i.e. Is it possible to join points in a Scatter chart?
    I am using Apex 4.1
    Thanks
    Bruceter

    Thanks for the suggestions Howard.
    I have searched the forum and found a few similar queries, but no obvious solutions.
    I may have to try something like the approach suggested by Hilary in the Re: Multi-series chart setting the series type - combine scatter and line thread.
    A common application for this functionality would be time-series plots (with irregular measurement times).
    Thanks
    Bruceter

  • Can i plz get some help, i need to create a vi that gives equation of straight line and graphs

     a vi that inputs two set of coordinates and computes the equation of the straight line joining these two sets of coordinates and graphs this line, and then i must compute the equation of a line perpendicular to this line and passes through (x3,y3) and graph this line.

    You should try to learn Labview basics before trying to tackle a Labview program.  I'll give you a head start because you are probably under some time constraint.  Try to code this and then ask for help when you need it.
    To start you off, use a For Loop.  Your graph will be finite, so wire in a reasonable number into the N terminal of the loop.  Use the i terminal as your X input and calculate Y for each X.  The output of the loop will be an array of Y values.  You can graph those values. 
    Learn how to post your vi here.  There are several ways.  The best is to use Laabview 2009 and create a code snipet (look under the Edit menu).  Then add the snipet to your post by clicking the Upload or Insert Image icon above (the icon looks like a tree).  You can add the vi directley by clicking on Add Attachments below the Tags box.  Be sure to state which version of Labview you are using.
    - tbob
    Inventor of the WORM Global

  • Seek 2D Line and Bar Chart Graphs HOWTO

    Can anyone share with me on where I could obtain/teach
    me how to write 2D Line and Bar Chart Graphs ?
    I like the class/program to be called from java code and not
    from command prompt to plot points or bar graphs.
    Please, no vendor recommendations.
    I dont have the $ to purchase.
    Any help is appreciated.
    Thanks

    I checked the web site of JFreeChart and its document
    says to get premium service, it requires $.
    I dont really have the $ to purchase that software.
    It's a vendor product!Just to clarify, JFreeChart is free software, it is licensed under the GNU LGPL. You get the complete source code, including lots of demos, Javadoc HTML pages, an install document in PDF format, and access to the support forum for absolutely no charge. You don't have to pay a fee to unlock special features in the software, everything is there in the free download.
    As a way of funding the project, we sell a JFreeChart Developer Guide which includes a lot more information about using JFreeChart. But it is only the documentation we sell, not the software.
    Hope that helps,
    Dave Gilbert
    JFreeChart Project Leader
    http://www.object-refinery.com/jfreechart/index.html

  • Combination line and bar chart ?

    Hi,
    I would like to show a chart with 4 rows as bar and 1 row as line chart basically a combination chart?
    Is it possible in keynote/
    Thanks.
    SG

    Insert two charts on the slide, change one to line and keep the other as bar, change the colour so the line can be easily seen.

  • Combine waveform chart and waveform graph

    I would like to combine the properties of waveform charts and waveform graphs, i.e. I'd like both continuously changing and fixed graphs at the same time.  Specifically, I would like to display one waveform as a fixed, unchanging background, then display another waveform on top of this background while my code is running, as data arrives from a DAQ, point by point.  Is this possible?  Thanks!

    The answer is to use XYGraph.  See attached example.
    Attachments:
    plot_two_waveforms.vi ‏29 KB

  • Combined charts (line and bar)

    Where in Apex do we set which series is "Line" and which one is "Bar"? I saw the examples listed in the Anychart website but I'm getting the data as a result of SQL command in Apex so I don't have control of the series tags within the data section. Help please.
    Ana

    You may use pl/sql to generate JavaScript to create chart object and to generate xml for the chart.
    Create a Dynamic PL/SQL region in the page.
    copy following code to the source code for PL/SQL
    DECLARE
    chartData varchar2 (10000);
    BEGIN
    chartData:='<anychart>
    <charts>
    <chart>
    <data>
    <series name="Year 2003" type="Bar">
    <point name = "A" y="2166"/>
    <point name = "B" y="630"/>
    <point name = "C" y="1662"/>
    <point name = "D" y="1862"/>
    <point name = "E" y="750"/>
    <point name = "F" y="300"/>
    </series>
    <series name="Year 2000" type="Line">
    <point name = "A" y="1160"/>
    <point name = "B" y="930"/>
    <point name = "C" y="1162"/>
    <point name = "D" y="1362"/>
    <point name = "E" y="350"/>
    <point name = "F" y="300"/>
    </series>
    </data>
    </chart>
    </charts>
    </anychart>';
    HTP.p
    <div id="combiChart" >
    <script type="text/javascript" language="javascript">
        var chart = new AnyChart("/i/flashchart/swf/AnyChart.swf");
        chart.width = "500";
        chart.height = "300";
        var cData=''' || chartData  || ''';
        chart.setData(cData);      
        chart.write("combiChart");
        </script>
    END;After pasting to the code window you may be required to remove any carriage returns within above xml data. I put carriage return for clarity of xml structure.
    For further customization refer to Anychart xml reference.

  • Please provide logic for schedule lines and material document Quantity.

    Hi ABAPers,
    Please help in the following context.
    Is there any connecting or refrence field for which a particular schedule line item are considerd for the goods reciept of a particular material document.
    Also provide the logic.
    19                    34
    15
    14                   35
    11
    10
    If 19 15 14 11 10 are schedule lines, and 34 35 are two recived quantities,
    Then how can be the possible permutations and combinations logic to find out that, 34 = 19 + 15 and
           35 = 141110.
    Thanks in advance...

    Niles Raut wrote:
    Hello Gurus,
    >
    > This is intracompany STO scenario with delivery. There is one STO for quantity say 1000 pc created in 2008. Delivery and PGI done for 1000 qty in 2008.  Goods are received in receiving plant for qty 1000 in 2008. Now this delivery document is archieved and user has reversed the GR material document in 2010. Now this reversal material docuemnt has zero material qty becasue the delivery was archieved(which is the probable reson)
    >
    > When I want to cancel this reversal material document it gives error that "Qty and / or "delivery completed" ind. or final issue ind. are missing" which is logical since material document has zero quantity.
    >
    > Is there any sap notes or any other way to fix this?
    >
    > Please guide.
    >
    > Regards
    > Nilesh
    Where is actually the problem, if one only reversed 0 quantity?
    Why do you think you need to reverse this reversal again?
    why with year 2010?
    Dont you do anual inventories?  Such stock counts have corrected your stock anyway. if you start cancelling older movements then you create stock inconsistencies again.

  • How create graphs(pie and bar graphs) in j2me

    hi friends,
    how to create graphs in j2me?
    plz help me.
    regards,
    Shruthi R S

    Hi Shruti,
    I have developed the same application in j2me. I worked on graphs related to stocks. So i think my code can work for u too.
    Here is the code for displaying bars:
    package project;
    import javax.microedition.lcdui.Canvas;
    import javax.microedition.lcdui.Command;
    import javax.microedition.lcdui.Displayable;
    import javax.microedition.lcdui.Font;
    import javax.microedition.lcdui.Graphics;
    class BarCanvas extends Canvas {
         public static boolean indicator=true;
         public static int lenght=120;
         int pad=2;
         Font font;
         private int fh;
         String xName = "";
         String yName = "VALUE";
         private int xmargen=15;
         private int ymargen=15;
         private int initialx=0;
         private int initialy=0;
         int scale = 15;
         private int bw=0;
         int index=0;
         int scaleincr;
         int padincr;
         int pady=0;
         String s1;
         //int bars[]={20,30,40,40,50,20,70,80,90};
         int bars[]={20,30,40,50,300};
         int k=bars.length;
         int barinc=scale+bw+pad;
              BarCanvas(String s1){
                   this.s1=s1;
                   font = Font.getFont(Font.FACE_SYSTEM,
                   Font.STYLE_PLAIN, Font.SIZE_SMALL);
                   fh = font.getHeight();
                   if(s1.equals("Tic"))
                        padincr=2;
                        bw=3;
                        scaleincr=3;
                   if(s1.equals("1 minute"))
                        padincr=2;
                        bw=3;
                        scaleincr=3;
                   if(s1.equals("5 minutes"))
                        padincr=2;
                        bw=3;
                        scaleincr=15;
                   if(s1.equals("15 minutes"))
                        padincr=10;
                        bw=5;
                        scaleincr=15;
                   if(s1.equals("Hourly"))
                        padincr=10;
                        bw=5;
                        scaleincr=1;
                   if(s1.equals("Daily"))
                        padincr=10;
                        bw=5;
                        scaleincr=1;
                   if(s1.equals("Weekly"))
                        padincr=10;
                        bw=5;
                        scaleincr=1;
                   }//linecanvas
    public void paint(Graphics g) {
                        int width = getWidth();
                   int height = getHeight();
                   int titleHeight;
                   g.setFont(font);
                   int titlex1 = font.stringWidth("TIME");
                   int titlex = (width-titlex1)/2;
                   g.setColor(0,0,0);
                   g.fillRect(0, 0, width, height);
                   //set text on scales
                        setScaleName( xName, yName, titlex, height, width, g);
                   // x axis
                        drawXasxis( g, width, height,xmargen,ymargen);
                             //y axis
                             drawYasxis( g, xmargen, height,ymargen);
                        //horizontal scale
                             drawXhorizontalScales( g, width, height, scale,xmargen,ymargen);
                             //vertical scale
                             drawYVerticalScales(g, width,height,scale,xmargen,ymargen);
                             //draw x scale no.
                             setXScallNo( g, width, height, scale);
    //                         draw y scale no.
                             setYScallNo( g, width, height, scale);
                             //draw line.
                             drawBar(g,height);
    public void setXScallNo(Graphics g,int width,int height,int scale){
         String s=initialx+"";
         int increment =scaleincr;
         for(int i= xmargen;i<width;i+=scale){
              //G.drawLine(i, height-10, i, height-10);
              g.drawString(s,i,height-2,Graphics.BOTTOM|Graphics.HCENTER);
              s=(initialx+increment)+"";
              increment+=scaleincr;
         return;
    public void setYScallNo(Graphics g,int width,int height,int scale){
         String s=initialy+"";
         int increment =scale;
         for(int i= height-ymargen;i>0;i-=scale){
              //G.drawLine(i, height-10, i, height-10);
              g.drawString(s,0,i,Graphics.TOP|Graphics.LEFT);
              s=(initialy+increment)+"";
              increment+=scale;
         return;
    public void setScaleName(String xName,String yName,int titlex,int height,int width,Graphics g){
         g.setColor(250,250,250);
         g.drawString("X-scale=10",width-70,3,Graphics.TOP|Graphics.RIGHT);
         g.drawString("Y-scale=10",width-10,3,Graphics.TOP|Graphics.RIGHT);
         g.drawString(xName,width/2,(height-fh),Graphics.TOP|Graphics.LEFT);
         int i=0;
         for(int j=0;j<yName.length();j++){
              String s=yName.charAt(j)+"";
         g.drawString(s,1,(height/2)+i,Graphics.TOP|Graphics.LEFT);
         i=i+10;
         return;
    public void drawXasxis(Graphics g,int width,int height,int xmargen,int ymargen){
         g.setColor(0x6FFFFF);
    g.drawLine(xmargen, height-ymargen, width , height-ymargen);
    return;
    public void drawYasxis(Graphics g,int xmargen,int height,int ymargen){
         g.setColor(0x6FFFFF);
         g.drawLine(xmargen,height-ymargen,xmargen,0);
         return;
    public void drawXhorizontalScales(Graphics g,int width,int height,int scale,int xmargen,int ymargen){
         g.setColor(0x6FFFFF);
         int j=0;
         while(j<5){
         for(int i= xmargen;i<width;i+=scale)
              g.drawLine(i, height-(ymargen+j), i, height-ymargen);
         j++;
         return;
    public void drawYVerticalScales(Graphics g,int width,int height,int scale,int xmargen,int ymargen){
         g.setColor(0x6FFFFF);
         int j=0;
         while(j<5){
         for(int i=height-ymargen;i>0;i-=scale){
              g.drawLine(xmargen+j,i,xmargen+j,i);
         j++;
         return;
    public void drawBar(Graphics g,int height){
         int j=1;
         for(int i=index;i<bars.length;i++,j++)
              //g.drawRect(scale+bw*j+pad*j,(height-15)-bars,bw,bars[i]);
              g.drawRect(scale+bw*j+padincr*j,(height-ymargen)-bars[i]-pady,bw,bars[i]);
    g.fillRect(scale+bw*j+padincr*j,(height-ymargen)-bars[i]-pady,bw,bars[i]);
    public void setData(int length)
    public int getData(){
         return 0;
    public void keyPressed(int keyCode) {
    if ((keyCode==KEY_NUM4))
         initialx=initialx+scaleincr;
              if(s1.equals("5 minutes"))
                   if(index==0)
                   index=index+3;
                   else
                   index=index+4;     
              else if(s1.equals("15 minutes"))
                   if(index==0)
                   index=index+1;
                   else
                   index=index+1;
              else
                   index=index+scaleincr;
              repaint();
              System.out.println(scaleincr);
    if ((keyCode==KEY_NUM6))
         if(initialx>0)
              initialx=initialx-scaleincr;
              if(s1.equals("5 minutes"))
                   if(index==3)
                   index=index-3;
                   else
                   index=index-4;     
              else if(s1.equals("15 minutes"))
                   if(index==1)
                   index=index-1;
                   else
                   index=index-1;
              else
                   index=index-scaleincr;
         //index=index-scaleincr;
         repaint();
    if ((keyCode==KEY_NUM2))
         if(initialy>0)
         pady=pady+15;
         initialy=initialy-scale;
         repaint();
    if ((keyCode==KEY_NUM8))
         pady=pady-15;
         initialy=initialy+scale;
         repaint();
    protected void keyReleased(int keyCode)
    protected void keyRepeated(int keyCode)
    Similarly u can do for lines and candle sticks too.
    If u need any help give any mail id to post jad or jar files.
    Regards ,
    Deepika

  • Stock on posting date with storagelocation,batch and stock types informatio

    Hi,
    I'm needing a report (similar funtion of MB5B) which must reveal the stock postion (closing balance) of the materials on a particular date alongwith storage loactions, batches and stocktypes (Unres/Q/Blkd).As such MB5B either gives the output either by storage location or by batch, not the combination of both.
    Else provide any possibilty means( Database tables) from where i could arrive these mention outputs.
    I could be able to get the information by collecting the values from MKPF & MSEG tables. But this information only suffice the material movements carried on that particular date.. And i will be not having the closing balance as a whole.
    I even wonder to get any such a kind of information in which i could able to get the stock with stock types(Unres/Q/Blkd).
    Any light on this matter is highly appreciable.
    Regards
    Prasanna

    Hi Amit Bakshi,
    Thanks for the reply..
    I executed the suggested program but i found the same kind of information aslike in MB5B..
    The information all i'm looking is to get the closing balance of the given material with storagelocations, batches and stock types on a given posting date.
    For eg.
    On 15 / 03 / 2011
    Material A
    Batch       Slocation       Stock type               Closing balance Qty.
    A1              S001               Unres.                             50
    A1              S002               Unres                            120
    B1              S001               Quality                             15
    C1              S003               Blocked                            30
    In MB5B i could able to get the values of closing balance either Storage location level or by batch level but is it possible to get the combination of both along with stock types?
    Reg
    Prasanna

Maybe you are looking for

  • Using PHP to generate images in alternate colors

    I have a PNG image of a black silhouette graphic with softened edges against a transparent background. Can I use PHP to generate this image in alternate colors (allowing the black graphic to be displayed in a color other than black)?

  • How do you navigate to add ons manager?

    I added an add-on but I no longer want it.

  • Filling of Dimension and Fact tables

    Hello every one, Basically from the training guide from net. I have come to know that when you make Dimenions or facts you put every column to the source as seperate level e.g 'emp_no' column from the source will be a level in OWB and will convert in

  • Password protect a single directory

    How do I password protect a single directory in finder. I want it to ask for a password before it can even show the contents.

  • Error in enabling constraints

    Hi everybody, i have 2 databases d01 and d02. i have same no and same objects on both the databases. i am exporting data for 1 subscriber from d01 and importing into d02.during importing data to d02 first i disable all constraints of the tables in d0