How to add Diagonal Axis on 2D graph

I try to plot data like this picture attached . is there anyone who know how to plot three axis on same graph  . Here, Axis is added diagonally. and point of Three peak value is marked as point.
Help me. is it possible in labview? See JPG file .
Attachments:
SDC11183.JPG ‏2664 KB

Hi Wenjun,
Thank you for the idea.
Is there any way to display label for only one measure out of two measures defined?
Thanks & Regards,
Pruthvi G N.

Similar Messages

  • How to Add the title name for Graph in Excel

    Dear Friends
                      I am using LabVIEW 8.0.I need how to add the title name for chart in Excel.
    Jayavel
    Solved!
    Go to Solution.

    Do you have the Report Generation Toolkit? If so, the Excel Easy Graph VI has an input for that.
    If you don't have the toolkit then you will need to use ActiveX. Please do a search on how to use ActiveX (there are examples that ship with LabVIEW) to control Excel. There are also lots of example in the Excel thread. NOTE: DO NOT POST QUESTIONS IN THAT THREAD. 
    Ultimately you will need to look up the information in MSDN. 

  • How to add several hyperlinks in a graph on different location

    Hi,
    I have been able to create hyperlink using srw.set_hyperlink() for text report.
    I create a bar graph to show data monthly, (Jan, Feb, ..., Dec), thus showing 12 bars in a bar graph.
    I need to make different hyperlink (to drill down) for each month.
    So when user click one of the bar (i.e January bar), then it will drill down to data for January.
    Is there possible to create several hyperlinks in a graph, to link to different location?
    If possible, where should I put the srw.set_hyperlink()?
    How can we handle, the location to be placed with the srw.set_hyperlink()?
    What if it is a pie graph, can we do the same?
    Many thanks,
    Buntoro

    Hi Fazith,
    thanks for your answer.
    I have tried it:
    a=CROSSTAB_1.getSelectedMember("OD_NW_Regio").text;
    APPLICATION.opennewWindow("http://www.wetter.net/47/"+a);
    For testing, I want that the name of the city which is filtered with Dimension OD_NW_REGIO should be added to the url wetter.net (it should show me the weather for the selected city).
    But this script didn't work. I think i have to define "a" or not?
    And according to the onselect function, will the separate report (in this case the weather-side for the selected city) open automatically, or must I click anything?
    Thank you for your help.
    Kind regards,
    Heike

  • Crystal Report - How to add a baseline in the graph?

    Is there any function available to add a baseline in a line chart?
    Thank You!

    The standard answer would probably be to create an additional series of data for your graph and then plot that series as a line (CR allows combo bar/line/area charts).
    If all else fails, this is easily doable with our CRChart add-in, which has extensive support for user-defined lines: Up to 20 different lines, values set at runtime, show values and/or arbitrary labels on the lines.  But... this solution costs money
    -Dan
    disclaimer: I work for the company, threedgraphics.com, that makes this product.

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

  • How to add (multiple) cursors programmatically in an XY graph?

     how to add (multiple) cursors programmatically in an XY graph?
    I am building an XY graph. then I would like to add cursors at certain locations (positioned on x axis) I determine through a program.
    How can I add cursors programatically?
    Thank you.

    Initialize a cluster array (CrsrList type) with as many cursors as you think you would ever need.   Setup your cursors dynamically, then delete the unused cursors (array elements) and then update your CursorList property.
    Message Edited by vt92 on 03-20-2009 04:04 PM
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
    Attachments:
    cursors.PNG ‏5 KB

  • How to add two series data in singal xy graphs in excel through labview

    Hi,
    I am trying to generate excel report and needs to plot XY graph in excel sheet. Using excel insert graph VI I am able to pass the data to excel and generate the XY graph (one x axis and many y axis), but I am not able to add a series in the graph that means not able to plot two XY plot in same graph (for example two plot X1Y1 and X2Y2 on same Graph). I know the other options like passing the image of graph control to excel sheet and by passing the data to specified cells and generating the xy plot.But my requirement is plotting xy plots in singal xy graph without displaying the data in tabular form in excel sheet. (Like when we call the insert graph VI, it will only inserts the OLE object and data is hidden in that)  Please let me know if you need more clarification and let me know how to do this..
    Regards
    Santosh

    I have got answer from another post. Thanks.

  • How to add tick marks to all sides of graph

    Hi,
    I'm trying to format a graph in numbers and would like to know how to add tick marks to all axies on the graph, ie. top, bottom, left & right.
    I can get tick marks on the bottom and left axis, but can't seem to find a way to add them to the others.\
    Thanks,
    Oscar

    Hi Oscar,
    Numbers 2.3, but this will work in Numbers 3.0.1 with different Inspector choices.
    When in doubt, cheat! This will give a second Y axis. It is a 2-Axis Chart (the bottom one in this screen shot of Chart Types):
    Column C (Value 2) has dummy values copied from Column B (Value 1).
    Now hide the Column graph by selecting it and changing the fill to None. (Inspector > Graphic > Fill > None).
    Set gridlines, tick marks, hide Legend as you wish.
    To add a second X axis at the top, Chart Inspector won't do that. Insert Shapes and Text Boxes?
    Regards,
    Ian.

  • How to Add points on graph from a text File ?

    Hello and Good Morning to all,
    I have a text file with my data and i read them by using the Read From Spreadsheet File VI,i enter the path where my file is saved,read all rows delete the first row because i don't need it and my problem is that in the text folder i have specified date and time which i want to be my X axis in my Graph and Y axis to be the Vout that means i have to use a XY Graph ,below you can see my data:
    Date        time              Vout  
    3-9-2012 7:45:37            2,35
    3-9-2012 7:45:39            2,75
    3-9-2012 7:45:41            3,15
    3-9-2012 7:45:43            3,50
    1) Is the text file format compatible with the input of the graph command?
    I do not find a LabVIEW function which convert the “date” from the text file (example:3/09/2012 07:45:37) into a compatible format for X axis for the graph.
    (Conversion from string format => into a “date and time” format)
    Can someone please provide a code solution for this problem?

    Hi gstathatos,
                             See all the threads given below:-
                             http://forums.ni.com/t5/LabVIEW/Add-points-on-XY-graph-with-time-step-not-constant/td-p/1507066
                             http://forums.ni.com/t5/LabVIEW/Add-points-on-graph-from-a-text-File-Date-and-time-include-in/td-p/1...
                             http://forums.ni.com/t5/LabVIEW/read-double-waveform-text-file-and-and-plot-graph-in-labview/td-p/10...
    Thanks as kudos only

  • How to add two X Axis in the Column chart?Need Help

    Hi,
    I have a requirement to add two X axis in the SSRS column chart.Can someone please help how to add two X axis. I tried the secondary axis for horizontal axis but current x axis is shifting to other side, second X axis is not coming.
    Regards
    Jon

    Hi Jon,
    According to your description, you want to add secondary X axis for one series in a column chart, right?
    The secondary axis is useful when comparing two value sets with two distinct data ranges that share a common category. In Reporting Services, it’s not supported to create two X axis for one series. We can create secondary X axis when there are two series
    in a column chart. As we tested in our local environment, we can add secondary X axis for specific series. Please refer to the screenshots below:
    So I would like to know what’s your exact needs about creating two X axis for one series. If possible please share some detail information about your data and expected looking of the chart.
    Reference: Plot Data on a Secondary Axis (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Hi how to add graph in swings

    hi can anyone help me plz
    how to add graph in swings
    its very urgent
    can anyone help me

    As it is urgent, I might be late. Anyway, this is the tutorial:
    http://java.sun.com/docs/books/tutorial/uiswing/14painting/index.html

  • Linking x-axis of two graphs (with seperate data types)

    Hi all,
    I am plotting a sine wave and a resulting waveform generated after driving a component with that sine wave.
    I have 2 data types:
    i) One is a waveform - of the sine wave
    ii) The other is a cluster - resulting from two arrays (DBL)
    Ideally I would like to display both of these on a single plot.  But I can't seem to do that. If you know how to do this, then please let me know.
    So, the next solution was to display them on a waveform chart and XY-plot, respectively. 
    Is there some way of linking the x axis, such that when I zoom into one plot, I simultaneously zoom into the other?
    I hope my question is clear.
    Thanks

    If you are talking about the amplitude then it is the Y axis scale. Have a look here on how to add a second scale (http://forums.ni.com/ni/board/message?board.id=170&message.id=314415&query.id=105962#M314415).
    Then you can have a separate scale for each plot. All plots on one graph with separate scales... you've got your cake and you can eat it too!
    Message Edited by Troy K on 07-25-2008 03:40 PM
    Troy
    CLDEach snowflake in an avalanche pleads not guilty. - Stanislaw J. Lec
    I haven't failed, I've found 10,000 ways that don't work - Thomas Edison
    Beware of the man who won't be bothered with details. - William Feather
    The greatest of faults is to be conscious of none. - Thomas Carlyle

  • Is my system DV7t-3300, or DV7t Quad Edition? And how to add more memory to it?

    Dear forum,
    I have an old notebook computer bought back in March 2010. It's a DV7t series. As it's getting slowly, I'm thinking of adding more memory. However, I'm not sure how much memory the motherboard can support for the upgrade.
    I'm stuck with the first step, which is to decide the model number (and then motherboard) of it.
    My original order email states the following:
    YOUR CUSTOMIZED HP PC
    dv7t quad edition
    • Genuine Windows 7 Home Premium 64-bit
    • Intel(R) Core(TM) i7-720QM Quad Core processor (1.6GHz, 6MB L3 Cache) with Turbo Boost up to 2.8 GHz
    • FREE Upgrade to 4GB DDR3 System Memory (2 Dimm) from 3GB DDR3 System Memory (2 Dimm)
    • 500GB 7200RPM SATA Hard Drive with HP ProtectSmart Hard Drive Protection
    • 1GB Nvidia GeForce GT 320M - For i7-720QM and i7-820QM Processors
    • 17.3" diagonal HD+ High-Definition HP LED BrightView Widescreen Display (1600 x 900)
    • LightScribe SuperMulti 8X DVD+/-RW with Double Layer Support
    • Webcam Only
    • Intel Wireless-N Card with Bluetooth
    • HP Integrated HDTV Hybrid Tuner
    • HP Color Matching Keyboard
    • 8 Cell Lithium Ion Battery
    • No Modem
    • Microsoft(R) Works 9.0
    • HP Home & Home Office Store in-box envelope
    However, the bottom of the notebook computer has a label that specifies the following:
    Pavillion dv7
    Serial: omitted
    Product: WH764AV
    Model: Q dv7t-3300.
    I visited some memory buying website like 'crucial.com'. However, I was prompted to select the model and there were both dv7t-3300 CTO and dv7t Quad Edition. Unfortunately, they resulted in different kinds of memory (although the specs of the sugested memory modules seem to be the same, these two memory modules have different model numbers).
    So, what model number my system has? 3300 CTO or Quad Edition?
    Perhaps a suitable model number would tell me which motherboard this notebook has. Additionally, can anyone advice me about on how much memory my notebook can support (8GB or 16GB) maximum?
    Thanks a lot!
    Cruiser

    Hi,
    Max is 8Gb using the following manual:
        http://h10032.www1.hp.com/ctg/Manual/c01859666.pdf
    And from the following site:
       https://www.ramcity.com.au/upgrade/hp-compaq/pavilion-dv7-series-notebook/dv7t-3300-cto/73893
    The above manual shows you how to add/replace RAM. Looks like you have to buy 2 x 4Gb sticks.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Using getPixelLocationInImagePlate, how calculate the z axis?

    getPixelLocationInImagePlate
    this method return the x, y in 3d, but the z axis not found...
    how discovery the z axis?
    (sorry for the bad english)

    Hello,
    I don't have LV 7 installed so I can't post the VI sorry.. here's the short answer to your question, you have to use property and method nodes from the ActiveX palette (see screen shot), item 0 is scale X, item 1 is scale Y and item 2 is scale Z.
    More generally there are loads of threads dedicated to 3D graph issues, just do a forum search .
    Hope this helps
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • How to change z axis limits programmatically

    Could you show how to change z-axis limits (min and max) programmatically in the attached VI?  It is a simple VI that uses the 3D plot.  Would it be the same on x and y axes as well?  Would really appreciate your insights.  Thanks.
    Solved!
    Go to Solution.
    Attachments:
    Untitled.vi ‏28 KB

    Hello,
    I don't have LV 7 installed so I can't post the VI sorry.. here's the short answer to your question, you have to use property and method nodes from the ActiveX palette (see screen shot), item 0 is scale X, item 1 is scale Y and item 2 is scale Z.
    More generally there are loads of threads dedicated to 3D graph issues, just do a forum search .
    Hope this helps
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

Maybe you are looking for

  • Need suggestions for new router running mac with eyeconnect,and ps3

    We have the latest version of leopard on our 24" imac and we have eyeconnect ver. 1.6 we need to buy a new router and i want one that is very easy(like plug it in and walk away)to use. The main priority for this is not having problems streaming media

  • Bogus print from cycle count batch job

    Hi all, We are using cycle count process for certain materials. Two std batch jobs are used for this purpose. 1. To create cycle count document in the system. 2. To print created cycle count document. For last few days we are facing a strange problem

  • IIF(ISEMPTY is Filtering out data MDX help

    Hi I am using the following MDX query which brings back the correct result but runs slow With MEMBER [Measures].[Tracker Task Completed] AS Aggregate( Generate (Existing [Date Primary Date].[Year - Month - Date].[Date] {(Linkmember [Date Primary Date

  • Malicious Code Downloaded From Ebay Takes Over Volume!

    I thought I was downloading a PDF when my computer was attacked. PowerBook G4 12 inch with 37.3 GB capacity running on Leopard OS 10.5.4. Laptop crashed. Able to restart with original restore CD. Volume now reads - 37.3 GB Toshiba MK4025GAS. DVD driv

  • Mysterious size increase

    Wondering if anyone can help me understand why a quicktime (6.5.2 pro) movie increased in file size after I decreased the resolution. I originally "shared" from iMovie to QT as DV. That file is 720x480 and is 1.31 GB. I then opened that .dv movie fil