How to create a double Y axis bar chart

I have a table with 3 columns, how to create a double Y axis bar chart with title and scale of one Y axis on one side and the other title on the other side, left and right side of the chart.
Dec 13 107.9
Jan 9 106.5
Feb 11 96.1
Mar 15 111.5
Apr 13 106.3
May 13 101.1
Jun 14 100.2
July 18 100.8
Aug 15 103.4
Sep 16 108.8
Thanks a lot!
Stanley Tam

Start with chart that looks like a column + line chart with a left & right Y axis. It should be the one on the bottom left. After plotting your two series, go to the chart inspector, series tab, and change the second series from line to column. Go to the Axis tab and choose to show the titles for the Y1 and Y2 axes.

Similar Messages

  • How to create a webservice with axis specific WSDL

    Hi all
    I want to know if anybosy can provide with me any documentation or information link from where i can find the way how to deploy webservices using axis specific WSDL(i mean WSDL is created using axis jars) on to the application server like Weblogic.
    I would like to know the following
    1 - How to create the web.xml
    2- How to create the deployment descriptor.
    3- How to pack the EAR or WAR file.
    Thanks and Regards
    Manoj

    You can't as File is nor serializable. It won't make sense as you would try to give a handle to a file on the server hosting the service to a remote system.
    Can you explain the use case in more detail?
    Timo

  • How to format individual series in stacked bar chart

    Hi,
    Is there any way I can format (sort order, or transperency) of each series individually in a horizontal stacked bar chart?
    I am trying to create a gantt chart, where I am using two series
    1. Start Date
    2. Duration
    The function of series one (Start Date) is only to place the start position of the horizontal bar of series 2 (duration) in the year time frame.
    After creation of the stacked bar chart, I want to make the reansperency of series 1 (start Date) as 0 so that the duration bar apears floating and gives the feel of Gantt chart.
    Thanks
    Aurobindo

    You may wish to see the article <a href="http://www.xcelsiusjournal.com/index.php?option=com_content&task=view&id=45&Itemid=2" target="_blank" title="Constructing a Simplified Gantt Chart in Crystal Xcelsius">Constructing a Simplified Gantt Chart in Crystal Xcelsius</a>. It does require changing the skin to Windows Classic, but that&#39;s a small price to pay for having a gantt-like capability.  <p>Loren Abdulezer/Evolving Technologies Corporation<br /><strong><a href="http://www.XcelsiusBestPractices.com">www.XcelsiusBestPractices.com</a></strong><br /><strong><a href="http://www.XcelsiusJournal.com">www.XcelsiusJournal.com</a></strong> </p>

  • 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

  • How to create a Double dimension array dynamically

    Hello,
    If I have the following code running...
    String[][] str = new String[1][3];
    str[0]0] = "AAA";
    str[0][1] = "BBB";
    str[0][2] = "CCC";
    I want to do the same code using runtime object creation. i.e.
    String class_name = "java.lang.String";
    How will I write the above mentioned code without using the hard code String class, i.e. I have to use class_name instead of "String".
    Please help me.
    Thanks in advance,
    Anmol

    Thanks Drake,
    I got the solution i.e.
    String class_name = "java.lang.String";
    String ele_type = "java.lang.String";
    int ele_size = 3;
    String s1 = new String("AAA");
    String s2 = new String("BBB");
    String s3 = new String("CCC");
    ArrayList ar = new ArrayList();
    ar.add(s1);
    ar.add(s2);
    ar.add(s3);
    Object base_obj = java.lang.reflect.Array.newInstance(Class.forName(class_name), new int[]{1,ele_size});
    Object child_obj = java.lang.reflect.Array.newInstance(Class.forName(ele_type), ele_size);
    for(int i=0;i<ele_size;i++){
    Array.set(child_obj, i, ar.get(i));     
    Array.set(base_obj,0,child_obj);               
    // base_obj object is same as str shown in the above code
    Thanks,
    Anmol

  • How to create report from Oracle Forms 9i chart?

    Hi all,
    I am new to Forms and Reports 9i. I need to create a chart (let's say it contains customer name on axis X and total sales for this customer on axis Y). Is it possible to get report with details for particular customer by clicking on the chart's bar for this customer and if so, what is the way of doing it?
    Thanks in advance for any help given

    Larisa,
    yes, you can. When selecting a chart item in Forms, you retrieve e.g. the username (or something similar unique) and then call Reports e.g. using a Run_Report_Object() call, passing the username as a Reports parameter.
    Frank

  • How to: create a CVP 'cost-volume-profit' Chart in Numbers?

    Hello,
    I was wondering how I could create the same chart that is in this picture myself? Everything is done, I just don't know how to actually create a chart like this in Numbers?????
    Homework problem:
    Bloom Company manufactures a single product that sells for $180 per unit and whose total variable costs are $135 per unit. the company’s annual fixed costs are $562,500. (1) Use this information to compute the company’s (a) contribution margin, (b) contribution margin ratio, (c) break-even point in units, and (d) break-even point in dollars of sales. (2) Draw a CVP chart for the company.
    (a). Contribution margin per unit = $180 - $135
 = $45
    (b). Contribution margin ration = $45 / 180 = 25%
    (c). Break-even point in units = $562,500 / $45 
 = 12,500 units
    (d). Break-even point in dollars = $562,500 / 25% 
 = $2,250,000


    I really don't understand where is the problem to do that.
    Column A (header one to use it as X axis labels)
    0, 5000, 10000, 15000, 20000, 25000
    Column B
    =562500+(A*135)
    Column C
    =A*180
    These formulas are the equations of the two lines.
    Select the bloc A2 … C7
    Line chart
    A bit of customisation and here we are.
    Yvan KOENIG (from FRANCE jeudi 18 septembre 2008 16:15:27)

  • ENH: Enable Dual-axis Bar Charts

    Enhancement Request for SVG Charts (Bar, Line):
    1) Allow specification of dual y-axis values, such that series a, b, and c can show relative to values on y-axis1 (on left side of chart) and series x, y, and z can show relative to values on y-axis2 (on right side of chart).
    2) Format spacing of x-axis values across the width of the chart, not based on the max rows specified for the series. For example, showing weeks on the x-axis with max rows = 53, if actual rows in the chart is 13, the valules would spread out to fill the width of the axis, not leaving empty space for the remaining, unfilled, weeks.

    Hi Lora,
    Once you set a series to be displayed on the secondary axis, you will be able to configure the secondary axis on the Behavior and Appearance tabs.
    Basically, if no series are plotted on the secondary axis, it will appear as if this capability is not available.
    Please let me know if I have explained myself correctly.
    Thanks,
    Gerrit

  • How to create a G/L account  in chart of accounts

    Hi experts,
    i want to create a G/L account for our company code and i receive following message:
    Account . does not exist in chart of accts ..
    I have found some helpfull posts but I don't want to do some mistake so, Please, someone describe the steps to create this G/L account.
    Any help/suggestion would be appreciated.
    Thank you.

    hi
    fisrt of all u know which type of GL account u create
    if suppose
    P&L
    or Baalnceshett
    then check
    OBd4 no from P& L accoutn or Baalncesheet account or etc.
    like Expense   10000- 199999
          Revenue    20000- 29999
          Asset       30000 -39999
    like that
    if u create expenses account
    then u go to Fs00
    Transaction code
    enter GL account of Exp  suppose   100000
    then enter Company code  suppose 1000
    then clcik on GLaccount upper side left icon , select create
    the n select Acccount group - expnese account
    then enter short text - description
    Long text
    then enter Control tab
    select currancy - inr
    select line item display
    sort key
    then enter create bnak interest
    selct field status group
    then save and post the docuement
    if any queryRevert back
    Regards
    Roobal

  • How to make values by the axis of charts hidden?

    Hi,
    VC has the ability to hide axis and the frame and etc. However the values by the side of the axis remains visible. Is there any visibility condition I could use to hide all the values? My end result would be only the line graph, without any figures shown.
    Please guide me.
    Thanks.
    Terry

    VC doesn't support any . But there is a way, i dont know if its acceptable ?
    Add a form to the iView and add a PlainText to the form , change the form background to white.
    Now switch to layout mode and stretch the PlainText in such a way that it covers the values in horizontal/vertical. Drag the FORM over chart axis and adjust the edges in way that it covers only the axis values.
    Hope you can visualize what i described above , even i never tried the above but I guess should help you in hiding the Axis Values

  • How to create a picture from a Waveform Chart?

    Hello from Germany,
    my problem is:  I need to save a Wavefrom Graph ( which shows the
    addition of some step functions ) , to a .JPEG file . I can`t find the
    corresponding build in function/sub-vi.
    Where is it ? or How can I do this operation ?
    Thanks from this moment
    greetings
    Message Edited by Support on 11-13-2007 01:00 PM

    Das ist ganz einfach. Wenn du ein Graph-Terminal auf dem Block-Diagramm hast, rechtsclicken und den Invoke-Node erstellen (Op1.png).
    Anschliessend den Invoke-Node rechtsclicken und die Funktion auswählen (Op2.png).
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    Op1.PNG ‏8 KB
    Op2.PNG ‏9 KB

  • How to create a subVI to Clear all charts data on a main VI

    Hi all,
    As I am writing a subVI to clear all the "charts" data on a main VI.
    The number of Charts is unknown, beasue this subVI need to run at
    difference main VIs. Therefore, I can only input a ref. of main VI into
    the subVI and find out all the control ref.,then check the classes of
    the control. If it is a chart, I need to use "To More Specific Class" to
    to select waveform chart. However, if the property node is not create
    from the chart directly, the "histroy data" will be missing.
    No matter my concept to build this subVI should be right, I donot succeed.
    Are there any other methods to do that?  
    regards,
    Ryan

    parthabe wrote:
    Did you file a bug report with NI, Coq?
    No i did not. I got it working with some diagram cluttering, and forgot all about it. As my motto is "If the damn thing works, ship it"
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • How to create a link to Bar Graph......?

    Hi,
    Can any body tell me how to create a link to a bar graph such that on clicking, it should navigate to specified page in the same application or different application.
    I've written the following Region Source for creating link on Graph. Correct if it is wrong.
    function onDynamicaBarGraphClick(e)
    // Read point name
         name=e.data.Name;
    // Read point value
         value=e.data.YValue;
    // You can add onclick even here using the values name and value
    link='f?p=&APP_ID.:4:'||:app_session||'::::::';
    Thanks in Advance....
    Regards,
    Manoj
    Edited by: user12873839 on Apr 12, 2010 12:11 AM

    I have replied to you in another post. Help Needed : Changing the Color of Bar Graph Dynamically
    Please don't open multiple posts for the same question. Thanks.
    --Manish                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to create "time sheet" bar chart?

    Hi Experts,
    I am using Crystal Reports 2008 and I would like to ask the steps to create a time sheet liked bar chart with following information:
    Imagine I collected the CPU usage of a computer every 30 seconds.
    In the report layout, X-axis should be the time of date. Such as 00:00, 06:00, 12:00 and 18:00. Y-axis should be the exact date. Such as 2009/05/01 to 2009/05/31. Highlight color should be applied to identify the usage. Such as <30% is gray, 30~70% is blue and >70% is red.
    Here is my target layout: [timesheet|http://img200.imageshack.us/img200/1292/timesheet.png]
    I tried to use bar chart template but crystal report sum up the total duration, not the exact time. When using Gantt chart, it almost fulfilled my requirement. But the bars of same date is not aligned horizontal, just like stairs.
    Thanks a lot for help!
    Regards,
    Albert Lai

    Thank you for reply!
    I tried "horizontal stacked bar chart" but it still have problem...
    Let's see my screen dumps: [Chart Expert - Data|http://img514.imageshack.us/img514/6595/timesheet2.png], [Chart Expert - Highlight|http://img411.imageshack.us/img411/1924/timesheet3.png], [Result|http://img269.imageshack.us/img269/8195/timesheet4.png]
    Is that no one will use Crystal Reports like my sample?
    Regards,
    Albert Lai
    Edited by: Albert Lai on Jun 4, 2009 3:24 PM

  • How to create a custom button/ double button

    First of all I am relative new to
    Java 2D programming; therefore,
    I am seeking some help and advice of
    how to create a complex double button
    a big one which is responsible for
    the use case and a small one which
    will show some help text if pressed.
    | |
    | Use Case _____________|
    | / |
    | | Help Case |
    | | |
    \ | /
    A 3D effect should distinct and signify whether the Use Case
    button area or Help Case button area is pressed.
    I am looking for some example or best practice that
    explains to me how to create a double button
    so that it can carry or depict at least a:
    1) Title
    2) Subtitle
    3) Pictogram (Graphic Icon)
    4) Round or organic borders
    5) 3D effect
    Thanks in advance.

    What you are asking here is something complex enough that nobody is going to explain it to you in one forum post. We are talking about creating your own custom button component. I would suggest you check out the book [Filthy Rich Clients|http://www.amazon.com/Filthy-Rich-Clients-Developing-Applications/dp/0132413930/].

Maybe you are looking for