Graph Axis Format, 2 lines

I am working with an XY graph with Time on the X-Axis and I have a question regarding the formatting options.  I can include both the date and time, but they are written in a single line, reducing the number of major ticks I can have for a given graph size.
Is it possible to include a line feed or carraige return so that the date and time are written with 1 above the other?  I tried using /r or /n but these were merely written into the axis tick labels.  Is there an escape code to use or is this not possible?
Solved!
Go to Solution.

It's not a "/r" or "/n" (forward slash), but "\r" or "\n" (backwards slash). And, when you write your constant on the BD, you have to format the string in the right-click-dropdown menu as "\ Codes Display" or you will get literally "\n" (if you then look at it as "\ Code" you will see "\\n").
Cameron
To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.
To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):
LabVIEW Unit 1 - Getting Started
Learn to Use LabVIEW with MyDAQ

Similar Messages

  • Formating Line thickness for lines in graphs with more than 6 lines.

    I have a line graph with more than 6 lines on it and I'm trying to make them all 1px.
    I can specify a line thickness for the first 6 lines but after that, the lines go back to the default thickness.
    Is it possible to change the default line thickness for a graph or format the line thickness for the 7th line and more?

    Good news! I found out how to format more than 6 lines of data and it's really simple to do!
    In the bottom left hand corner of the Format Chart Data, next to the Clear All button, is a button marked ADD.
    If you click this button, another row is added allowing you to format the 7th line of data.
    Click again and you get a row for the 8th line and keep clicking to add more lines.
    I'm making a note of it here in case it is useful to someone out there who searches on this problem in the future.
    Edited by: user2052587 on Jan 6, 2010 2:45 PM

  • Graph X-axis format

    Hello,
    I would like to change my X-axis (time axis) values of graduation. I want to make a numeric operation with each graduation.
    For example, now I have got all my graduation from 0 to 0,05 and I want them from 0 to the result of 0,05 / 2E-5. I want to make this operation over all graduation, since when I will zoom on the graph, the scale must be adapted with the operation.
    Cordially,
    BD
    Bonjour,
    Je souhaiterais formater l' axe des abscisses de mon graphe (axe des temps). Je voudrais changer la valeur de mes intervalles en appliquant une opération numérique.
    Par exemple, mon graphe est gradué de 0 à 0,05, et je voudrais qu'il soit de 0 à 0,05 / 2E-5. J'aimerais faire cette opération sur toutes les graduations, pour que lors d'un zoom, je puisse retrouver cette nouvelle échelle.
    Cordialement,
    BD
    ~ La programmeuse compile le C. ~
    http://www.pmeonline.fr.st
    http://www.nihon-fr.com
    http://www.cinemasie.com
    http://ippai.free.fr

    You may use Proprety Nodes to set axis format in your program. Right click on your graph terminal and select Create >> Proprety Node. It initially has one terminal (Visible by default), and you can set the proprety or get the current state of the proprety.
    You can modify the proprety your program will use by right clicking on th terminal and select the proprety you need.
    I think you will find all you need in Proprety >> Scale >> Range.
    To modify the read/write mode of the terminal, right clik on it and select Change To Read or Change To Write.
    Regards,
    Mathieu
    Message Edité par Mathieu R. le 10-17-2005 07:40 AM
    .mrLeft{float:left} .mrInfo{border-left:solid 1px #989898;font-size:x-small;color:#989898}
    Mathieu R.  
      CTD - Certified TestStand Developer / Développeur TestStand Certifié  
      CLAD - Certified LabVIEW Associate Developer  
    Attachments:
    XScaleSample.vi ‏30 KB

  • Hide values to be displayed along Y-axis in line graph

    Hi friends,
    I need to generate a line graph using Oracle reports. But the values along y-axis should not be displayed. Can anyone help me how to hide displaying values along the y-axis
    Thanks,
    venkat

    Venkat,
    I am not sure if it can be hidden. I will update this thread if I find something. But for now, what you can do is, create a Rectangle over the y-axis values. Change the background color of the rectangle same as graphs color, and line color as 'No Line'. It will hide the values.
    Hope this helps.

  • Graph axis Zero is not Zero

    Hi,
    I plot data on a graph in SI unit. Sometimes the 0 of the y-axis shows a very small number but not zero.
    This is super ugly and annoying. 
    I saw that somebody complained about that 4years ago: http://forums.ni.com/ni/board/message?board.id=170&message.id=47417&requireLogin=False
    I use 8.5 and this "bug" is still there!
    Is there a fix or a work around?
    thanks
    Attachments:
    Axis Zero.png ‏12 KB

    I agree, this is a real pain !!!
    The workaround was given by Greg McKaskle : Try changing the axis format. Avoid autoscaling.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • 3D Plot Properties Axis Format Property update bug

    Tested in LV 2011, Windows XP.
    If you try to change an axis format property (say Digits of Precision) and switch to another axis using the pull-down list box, the property is not updated, even though it is also not applied to the new axis.
    In other words: the default precision is 2 and I want to change it to 1 for the X and Y axes.
    I select the X axis, change the Digits value to 1. This applies it to axis 1. Good.
    I now select the Y axis: the Digits value does NOT change (it stays 1) but the Y axis precision does NOT change either (it stays 2). Not good.
    You have to actually edit the Digits field an press enter to update the value ON THE GRAPH.
    There might be some similar bugs in other properties.

    Hi X.!
    Thanks for posting your find. I would love to take a look at this behavior. There are multiple 3D graph property dialogs depending on your implementation. I've looked at three examples and they each have a slightly different menu options under format properties. Can you point to or post an example that duplicates the behavior?
    Best Regards,
    Andrew S
    Application Engineering Specialist
    National Instruments

  • ADF Line Graph Major Tick Line Extended

    Hello,
    I am having hard time showing the vertical lines in the background of the af:graph.
    The vertical lines in the graph are controlled by the following component:
    <dvt:o1MajorTick lineWidth="1" tickStyle="GS_EXTENDED" lineStyle="LS_SOLID"/>
    My o1axis (i.e. x-axis) is of java.util.Date type. I can see that dvt:o1MajorTick is effected by the timeAxisType attribute of af:graph. If timeAxisType attribute is TAT_DEFAULT then the vertical lines are showing. But if it is TAT_IRREGULAR then the vertical lines are not showing.
    My graph needs to use TAT_IRREGULAR timeAxisType and my graph consists of multi series.
    Is it possible to show the vertical lines (i.e. to make this work <dvt:o1MajorTick lineWidth="1" tickStyle="GS_EXTENDED" lineStyle="LS_SOLID"/> ) with timeAxisType of TAT_IRREGULAR ?
    Note: Y-axis horizontal lines (i.e. <dvt:y1MajorTick tickStyle="GS_EXTENDED" lineWidth="1" lineStyle="LS_SOLID"/> ) are working fine.
    Thanks a lot.
    Valon
    Edited by: Valon on Nov 5, 2012 6:42 AM

    Is the question clear ?
    The requirement is to display the grid lines in the background of af:graph.
    I've tried all the possible configuration options of dvt:o1MajorTick tickStyles, i.e. GS_EXTENDED, GS_GRID etc.
    When timeAxisType attribute of af:graph is set to TAT_IRREGULAR the grid (i.e. vertical lines) will not show in the background of the af:graph.
    Can anyone confirm that this is adf dvt defect or lack of feature?
    Thanks.
    Valon
    Edited by: Valon on Nov 6, 2012 6:44 AM

  • Trouble displaying X-axis constant line

    In a graph template I want to insert an x-axis constant line at the minimum measured value on the y-axis.  I have succeeded in printing the numeric x value in text on the graph by using the formula: 
    str(ChD( find (“Vacuum_Smooth” -CMin(cno(“Vacuum_Smooth”))<0.001), 'Time1”)
    However, this formula does not work when I insert it into the VBS code of an autosequence.
          D2CCONSTX        =str(ChD( find (“Vacuum_Smooth”) -CMin(cno(“Vacuum_Smooth”))<0.001), (“Time1”)
    As written, I get the error message:
    CHD(“FALSE”)”,” for the second index or parameter expected!
    How can I accomplish this task in the autosequence  VBS code?

    Hello!
    I was a little bit confused after reading your code. So I tried to solve the task from scratch. I hope this will help.
    My solution to print the Time1 value at the Vacuum_Smooth minimum is:str(ChD( find("Vacuum_Smooth = CMin(Vacuum_Smooth)"), "Time1"))For D2CCONSTX you have to set a expression wich will deliver a double value. No str() is required! This expression must be encapsulated in @@ to show DIAdem that it is not a value string. The code line must look like this:D2CCONSTXNAME = "@@ChD( find(""Vacuum_Smooth = CMin(Vacuum_Smooth)"" ), ""Time1"" )@@"As you can see the " in the first code example are replaced by "" because it has to be a " after VBS had evaluated the string. If you put the value string in D2CCONSTX you have to update the layout on every change.
    MatthiasMessage Edited by Twigeater on 06-21-2006 10:51 PM
    Matthias Alleweldt
    Project Engineer / Projektingenieur
    Twigeater?  

  • Xy graph axis number font sizes.

    sorry see my earlier xy graph axis font post for the details but what I really want to do is change the size of the font.
    thanks.

    Property node properties-> X (or Y) Scale -> Marker -> Font -> FontSize

  • How to Display Report Output in X & Y Axis Format based on Date & Site ?

    Hi,
       I got a requirement to display the output of a Report in X & Y Axis Format like  Date in Vertical wise & Site in Horizontal wise.
       please suggest me how to do this.

    These programs also..
    GFW_PROG_BAR : Bar chart example
    GFW_PROG_PIE: Pie chart example

  • Stacked Bar Graph with a line plotting count

    Hi everyone
    I am facing a problem with plotting a stacked bar graph with a line or dot for count.
    I have 2 y axes and one x-axes.
    Can anyone help out with suggestions as to how to do this in 9i Reports.
    Thanks
    Neelima

    The graph wizard in Reports 9i allows you to create a dual Y combination graph - is this not sufficient for your needs, or am I missing something?
    Danny

  • Combine a Bar Graph with a Line Graph!

    Is it possible to combine a Bar Graph with a Line Graph because occasionally we wish to use both bars and lines on the same plot.
    If yes, could you please give us a sample rtf file?
    Thanks,
    -Ritu

    Hi Tim,
    To be more clear, I need to superimpose the two graphs.
    For example,the first one shows the budget for each month along with the actual expenditures as a bar graph. The other shows the cumulative budget, forecast and costs for the entire project as a series of lines. The first graph uses the scale on the left side of the graph and the second graph uses the scale on the right side.
    Thanks,
    -Ritu

  • How to run Endeca Graphs from command Line

    Hi,
    I would like to know if there is any way to run Endeca Graphs from command line in Windows.
    Thank you,

    The correct way to execute a graph using the command line in windows is.......
    Execute the following command from the project folder:
    C:\Oracle\Endeca\Discovery\3.1.0\IntegratorETL\configuration\org.eclipse.osgi\bundles\5\1\.cp\lib\bin\clover.bat -plugins "/C:/Oracle/Endeca/Discovery/3.1.0/IntegratorETL/configuration/org.eclipse.osgi/bundles/5/1/.cp/lib/plugins;/C:/Oracle/Endeca/Discovery/3.1.0/IntegratorETL/configuration/org.eclipse.osgi/bundles/6/1/.cp/lib/plugins/;/C:/Oracle/Endeca/Discovery/3.1.0/IntegratorETL/configuration/org.eclipse.osgi/bundles/9/1/.cp/lib/plugins/;/C:/Oracle/Endeca/Discovery/3.1.0/IntegratorETL/configuration/org.eclipse.osgi/bundles/14/1/.cp/lib/plugins/;C:/Oracle/Endeca/Discovery/3.1.0/IntegratorETL/configuration/org.eclipse.osgi/bundles/21/1/.cp/lib/plugins/;/C:/Oracle/Endeca/Discovery/3.1.0/IntegratorETL/configuration/org.eclipse.osgi/bundles/23/1/.cp/lib/plugins/;/C:/Oracle/Endeca/Discovery/3.1.0/IntegratorETL/plugins/com.endeca.latitude_1.0.0/lib/plugins/;/C:/Oracle/Endeca/Discovery/3.1.0/IntegratorETL/configuration/org.eclipse.osgi/bundles/358/1/.cp/lib/plugins/" -noJMX graph\graph_name.grf
    Our costumer needed to run some ETL process from ODI and once it finished start a Clover ETL process (automatically). So we created a .bat file witth the above command and then in ODI we created a package with all ETL interfaces and the last step of the package was a OScommand component that excecuted the .bat script from the Endeca's project folder.
    Hope you find this post helpfully.

  • How to display no. of seconds in HH:MM:SS format on Y-Axis in Line Graph

    Hi All,
    I have two columns as No. of Seconds and Date.
    I want to create a Line Graph with Date on Horizontal Axis (X - Axis) and, on Vertical Axis (Y - Axis) I want to represent the No. of Seconds as HH:MM:SS format.
    For example, If the DB returns No. of Seconds as 93, I want to get it on Vertical Axis as 00:01:33 (00 hours, 01 Minute, 33 seconds), If it is 145 seconds , I want to get it as 00:02:25....etc.
    Can anyone please help me on this ?

    Srini VEERAVALLI I already used this code and I'm getting HH:MM:SS format in Table View, but my requirement is I need to represent the HH:MM:SS format on Vertical Axis in Graph View. In Graph View by default it's considering No. of Seconds only.....
    Srini VEERAVALLI, is your full name is Srinivas Veeravalli ?

  • X-Axis in Line Graph

    I have yet to figure out how to define a data range to use as my x-axis in a line plot. Sure, I could use an XY scatter (that can't have lines) but what if I have 4 Y variables? There is obviously something missing since, if you display the x category labels in the line graph, you get "untitles 1" etc.
    Bug or missing feature?

    From what I have found through trial and error, for a line graph, the column you want to be the titles on the X-axis has to be formatted as "text" when you highlight the data to plot. If it is a numeric value, Numbers will treat that column/row as a second series of data rather than X axis labels. Same goes for bar charts. Unfortunately it assumes the data is uniformly distributed so if you want lines connecting points on data with irregularly spaced x-values this sort of chart doesn't seem to be appropriate.
    I think they really need to add that functionality to the scatter plots as well.

Maybe you are looking for

  • Basic extraction  doubts sap SAP R/3 to SAP BI

    IN SBIW which radio button i should select if i am extracting the Table in R/3  with 77 fields into sap BI ? 1) Transaction  or 2)Master data attributes 3)texts data please tell me ... and after that If i want to  use the table for reporting in SAP B

  • MSI NX6800 PCI-e

    I am running a single NX6800 PCI-e SLI card with the below specs on my system. It is woking great and fast and i can get good results on the benchmarks. I am having issues which i suspect are hardware related but may be caused by my drivers when play

  • I have the old ipod classic and cant drag or drop/update music on the new itunes?

    I have the old iPod classic and cant drag or drop/update music on the new iTunes?

  • Movies no longer offered by apple tv?

    So I made a wishlist of all the movies I want to watch. I go to rent one and it says that it is no longer offered on Apple TV. It happened to about 3 of them. I thought that maybe the studio dropped their movies or deal with Apple. I checked, and all

  • ICSS components need to be activated

    Hi, We are implementing ICSS B2C scenario for Complaints. What are the Components need to activate in the CRM server for ICSS process. Regards, Pavan.