2 axis graphs

Is it possible to have a two axis graph with values of one axis in the form of a stacked graph and the value of the second axis displayed as a line graph?
I can do it in a regular bar graph but I need a "stacked" bar

ogsamerz wrote:
i read this answer on another post. Im having a hard time figuring out how to reset the background.
Also is it possible to set the second graph to a second y axis? to the right side of the graph?
Select the front chart, then use the Fill: color well to choose None (the square with a slash through it at the top left of the color palette).
Numbers places the Y axis and its value labels at the left of the chart. Use the Y axis options popup menu in the Axis section of the Chart Inspector to turn off Show Axis, Show Value Labels and Show minimum value. Add a text box and type in the values, including the minimum value, with enough returns after each to align the numbers with the grid lines. Add a Line using the Shapes button, rotate it 90 degrees. Use these as the Y axis (on the right) and Y value labels.
Regards,
Barry

Similar Messages

  • Xcelcius 2008 - Dual Axis Graph Mouse Over Display

    I am working on a dual-axis graph where one value is a percentage and another is numeric. I am having an issue where I cannot format the hovers into multiple formats (i.e. one as numeric, the other as a percentage). In the graph properties I only see one property to modify Mouse-Over Values, but I need to modify it for each axis.
    Thanks ahead of time.

    Hi Diney,
    I Have to show all the projects per client requirement, I want to remove the legends(which I already did), and instead show the project name only when the mouse is rolled over in the graph. Is it possible?
    Thanks for your time and help.

  • Anyway to implement a dual axis graph in xcelsius?

    anyone know how to implement a dual axis graph in xcelsius?
    i tried faking a dual axis graph by super imposing 2 graphs, one with the axis labels and the other one without, but the legends would never line up especially if i placed the legend at the bottom of the chart.
    any ideas?
    -shawn

    i am not able to get exactly the problem where  you are getting that, if you get it in line chart or any other charts we can fake any chart on the basis of scenario by giving display status key and another options also there for this.
    i hope you get some idea, if u not able to understand pls mail me with your exact scenarion i will send the complete solution to you.
    Thank you,
    Santhosh.

  • Design Tool for 3-axis graph

    Hi everyone. I'm looking for an online tool or software which will help me plot a 3D graph with 3 axis, and three reference ranges. It would be helpful if it's possible to edit the design afterwards (like for example in Illustrator). Thanks!

    Honestly wasn't trying to be funny.  Did you look at the Illustrator tutorial on that results page?
    http://ndesign-studio.com/tutorials/3d-graphs
    Nancy O.

  • Plotting on 2y axis graph

    I have a CWGraph with 2Y axis style. I would like to plot two individual plots, each one with its own y-axis. I have added a second plot from the properties window and I have assigned Y-axis2 to it. What instructions should I use to plot each set of points for each y-axis. I've tried:
    m_graph.Plots.Item(1).ChartXY(time, voltage);
    m_graph.Plots.Item(2).ChartXY(time, current);
    but when I run the program, nothing appears on the plot window. Thanks in advance.

    Looking at your project, there are two issues that I see. The first is this:
    for(;
    m_graph.Plots.Item(1).ChartXY(time, voltage);
    m_graph.Plots.Item(2).ChartXY(time, current);
    time++;
    This is charting data in a very tight, endless loop. You'll notice that not only is the graph not updating, the entire application is not responding. This is because the application is not getting a chance to process windows messages, hence the UI does not get a chance to update. If you want to chart data continuously like this, you will need to either do it on a timer or pump messages somewhere in your loop so Windows messages can be processed.
    We can temporarily work around this problem f
    or demonstration purposes by changing the OnStart method like this:
    void CTestDlg:nStart()
    static double time = 0;
    double voltage = 2.5;
    double current = -10;
    // for(;
    m_graph.Plots.Item(1).ChartXY(time, voltage);
    m_graph.Plots.Item(2).ChartXY(time, current);
    time++;
    The intent of this change is that we can click the Start button and data will be added every time that we click. Now if you run the application, you'll notice that there's only one plot displayed. This is because the Y axes are a fixed scale from 0 to 10, but your plot that's displaying current (the second plot) is charting data that's out of range. You can fix this by either adjusting the fixed range of the Y axis that's associated with the current plot, or you can configure it to auto scale.
    Hope this helps.
    - Elton

  • Disable one axis on a multi-axis graph?

    Hi, i have a graph with multiple y-axis values e.g. voltage, currrent, temperature. I want to be able to disable these at will. Would it possibel to use the property nodes to do this? e.g. making one invisible or clear. So it can not be seen.
    Stu

    Hi Stu,
    The way I've done this in the past is to change individual plot colors.  I change the color to "transparent" on plots that I don't want to be visible. To accomplish this, select the "Active Plot" property and set it to the plot you want to modify.  {0, 1 2 ...} Then select "Plot.Plot Color".  Using the Color Box Constant off of the Dialog & User Interface pallette, you can view the colors you're setting.  Selecting the "T" in the upper right-hand corner selects a transparent color.
    The other thing you can do is to manipulate the incoming data.  If you're plotting floating point numbers, NaN doesn't show up in plots.  You can switch the "real" data in and out, substituting it with NaNs.
    If there's a more direct way with property nodes to enable and disable plots, I haven't stumbled across it yet.
    I hope this helps.
    Jim
    Attachments:
    TransparentPlot.png ‏23 KB

  • How to create multi axis graph with 2 on change of fields and 2 values

    Hi all,
    i am working for a Semi conductor company and I have been madated to evaluate Crystal report 2008 in order to include it in our legacy software.
    So I have tested the soft and it seems to fit to our need.
    But I have a question...
    Here is a scenario i want to create in crystal but I have an error message..
    Can you please tell me if twant I want to achieve is feasisible...and if so how ?
    Thank you
    I would like to create a percent bar chart that contains 2 on change of fields and 2 show values.
    The idea behind in then to have a mutli axis chart in order to print as a line the second values.
    So the first values will be my bar chart in percentage and the second value will be a sum.
    Hope my description is cleat...
    Thank's in advance for your support...
    Have a good day

    There are different ways to achieve that. The simplest i could recall is to have 2 different charts, 1st bar chart and 2nd a line chart, lay one over the other and enable the transparency on the chart which on Top ( say Line ). also, crystal will allow you to control axes etc and make them transparent..

  • Log Axis Graph Question

    Does anyone know if it is possible to modify the the log axis
    to set arbitrary limits.
    By default the extents are 1,10,100,1000 etc. I want to
    create an audio test chart with lower limit of 20 Hz and upper
    limit of 20 kHz.

    I know this was a while ago now, but did you ever get anywhere with your search for a better Log axis? I'm looking for exactly the same thing.

  • Y axis position

    Hi all,
    how can I change the Y axis position in a multiple Y axis graph?
    Thanks, Gilles

    Hi,
    if you want to show Y scale at the right side of your graph instead of its ordinary position at the left you must do the following things:
    Right click on the title of the scale and select "swap sides" option from pop-up menu.
    Good luck.
    Oleg Chutko.

  • Generate vertical lines on a graph using VB script

    Hello,
    I want to draw vertical lines onto a 2d-axis graph in the report I create with my script. The lines need to be at two x values I calculate with my script. Are there any code examples of this?
    Thanks,
    Matt

    Hi Matt,
    Alternatively, try using the "Constant" curve type and specify either the value of the X coordinate or an expression that will resolve to that value in the "X-constant" field of the curve configuration.  If you want to draw vertical lines at the same X coordinates over and over again, this may be even simpler than creating channel data.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Lines on 2 axis chart in Excel (2 Y axis)

    I am trying to create an excel line chart with 2-Y axis on either side and was wondering if someone has tried it before. I have multiple channels to display as lines. The 'Excel insert graph.vi' does not have "lines on 2 axis" graph.
    I was told one can work with ActiveX or Macro's to accomplish it. As I have lot of data, Macro's create issues. Also I tried to play around with Excel Set Graph scale.vi and mess around with ActiveX properties but couldn't find a way to do it.
    I am using LabVIEW 8.0 on Windows XP machine.
    Thank you,
    Atul

    Hi,
    Upgrade is easy task.
    It should not cause problems on applications if you have not used any unsupported features.
    But always upgrade might cause problems and you can not be 100% sure it goes smoothly.
    You need be prepared to test everything well after upgrade.
    Before upgrade take good backups so you can revert situation before upgrade.
    And hopefully you have more than one instance e.g. dev or test where you can test upgrade before upgrade production server.
    I have make quite many upgrades that went ok'ish.
    I have also need revert to previous version because bugs and lack of time handle changed behavior.
    Check Known Issues
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/41-known-issues-485406.html
    and release notes
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21672/toc.htm
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • Interval in y axis displays numbers off with respect to x axis

    I am working on chart SQL 2008 R2. In my x-axis, I have three payers and in y axis I have Amount paid by each payer. If I define interval in y axis then x axis graph is not showing correct values. If I remove the interval in Y axis then my x-axis graph is
    correct but y axis numbers are wrong(see graph1). 
    Please see Graph2 where I have correct interval. Payer 1 has paid 29,000,000 and payer2 has paid 3,843,537 and payer3 has paid 270,000,000. I have set the interval min - auto. max - max ( of data value) and interval - 10,000,000 on y axis.
    x-axis is category. Please help me with this. Is there any property I need to set. Thanks for your help.
    Graph1

    Hi Rachel_P,
    According to the pictures, the Y-Axis shows incorrect values when you don’t specify the interval value. While when you specify the interval value, the columns in the chart doesn’t show correctly. Based on my research, I think this issue can be caused by
    incorrect data type of the Amount field. When we add a string type field to the Values pane, it uses [Count(Amount)] as the values. Then the Y-Axis displays the number of amount values for each payer.
    To fix this issue, we can add a calculated field with integer type amount values in the dataset, then display the new field in the Y-Axis. For more details, please see the following steps:
    Right-click the DataSet of the chart to add a calculated field as below:
    Field Name: Num                   Field Source: =CInt(Fields!Amount.Value)
    Insert Num field to replace the Amount field in the Values pane.
    The following screenshot is for your reference:
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Help Needed : ADF DVT Dual Y graph Tabular data

    Hi,
    I need to display a dvt:lineGraph containing 2 Y axis.
    The data for the graph is tabular data from a backing bean.
    I am able to display a single y axis graph.
    But since dual y graph needs two series set I am facing problem in specifying that which rows belongs to first series set and which rows belong to the other series set.
    The tabular data is a dynamic one which may change upon every partial refresh every 5 seconds.
    regards
    Lalatendu Patra

    Hi,
    Please see my response on this thread on how to achieve this with a relational data control:
    Re: Drilldown in ADF DVT charts using data control
    Thanks
    Katia

  • Colored region 2-axis

    In NI-DIADEM, how can I plot the colored region in graph (report)? Example, I have 2-axis graph, where time in the x-axis for 24 hours and channel-1 data on Y-axis (5-90) units. Now I want to color region under some specific value, say 55. I want to show with different color for  area under the curve (less than 55); how can I show?
    Thanks

    Hi mirror82,
    Would you please post a picture of what you wish to achieve?  DIAdem has a variety of coloring options that might apply, but I don't yet understand what you want.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Variable X axis?

    Hi,
    I have seen dashboards with variable Y axis for graphics (line chart etc), but I was wondering whether or not something similar could be achieved for X axis graphs? I want to dynamically ajust the x axis for input but can't see how this can be done?
    Thanks

    Also the X axis can be dynamic. YOu can select a wider range for your category labels and the values and then in the Behaviour tab you can choose to ignore blank cells.
    Which version of XCelsius do you use?
    Regards,
    Stratos

Maybe you are looking for